minor fix

This commit is contained in:
Wilson Gomez 2023-05-18 11:44:51 -05:00
parent 2bddcea8af
commit d35a96c7fe
1 changed files with 0 additions and 1 deletions

View File

@ -430,7 +430,6 @@ class Sale(metaclass=PoolMeta):
'payment_method': args['payment_method'],
'warehouse': shop.warehouse.id,
'salesman': user.employee,
'invoice_type': 'P',
'company': shop.company.id,
'party': party.id,
'sale_date': today,