mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
E-Invoice - Project 27: Import Tax Entity, Customers Data Report
This commit is contained in:
@@ -53,7 +53,7 @@ class ExportsCompanies implements FromQuery, WithHeadings, WithHeadingRow, WithM
|
||||
*/
|
||||
public function query()
|
||||
{
|
||||
return Company::whereBetween('created_at', [$this->startDate, $this->endDate]);
|
||||
return Company::whereBetween('e_invoice_requested_at', [$this->startDate, $this->endDate]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user