minor fix

This commit is contained in:
Wilson Gomez 2023-05-17 14:16:00 -05:00
parent 95e20deb17
commit 2bddcea8af
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ class Sale(metaclass=PoolMeta):
'kind': args['kind'],
'delivery_amount': delivery,
'shop': shop.id,
'invoice_type': args.get('invoice_type'),
'position': args.get('position', ''),
'payment_method': args['payment_method'],
'warehouse': shop.warehouse.id,