mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for product sales export
This commit is contained in:
parent
ce181b976a
commit
5beaa80786
@ -23,7 +23,7 @@ use League\Csv\Writer;
|
|||||||
|
|
||||||
class ProductSalesExport extends BaseExport
|
class ProductSalesExport extends BaseExport
|
||||||
{
|
{
|
||||||
public string $date_key = 'created_at';
|
public string $date_key = 'date';
|
||||||
|
|
||||||
/** @var Collection<\App\Models\Product> $products*/
|
/** @var Collection<\App\Models\Product> $products*/
|
||||||
protected Collection $products;
|
protected Collection $products;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user