minor fix

This commit is contained in:
Elvis 2023-07-06 17:17:24 -05:00
parent 42b5620b83
commit dfc3c3b50f
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ class ShopDailyCategoryReport(Report):
('shop', '=', data['shop']),
('company', '=', data['company']),
('number', '!=', None),
('invoice_type', '=', 'P'),
# ('invoice_type', '=', 'P'),
]
if not data['early_morning_included']:
if data['end_date']: