minor fix add payment_method in function

dash_create_order_call
This commit is contained in:
Wilson Gomez 2023-05-08 11:59:37 -05:00
parent b0988cfef0
commit 309ff755be
1 changed files with 1 additions and 0 deletions

View File

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