minor fix

This commit is contained in:
Wilson Gomez 2023-05-05 17:37:05 -05:00
parent 96da3c7992
commit b0988cfef0
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ class Sale(metaclass=PoolMeta):
'kind': args['kind'],
'delivery': delivery,
'shop': shop.id,
'position': args['position'],
'warehouse': shop.warehouse.id,
'salesman': user.employee,
'invoice_type': 'P',