Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas8600 committed Apr 14, 2023
1 parent 8c39727 commit 5813d32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecommerce_integrations/unicommerce/delivery_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def create_delivery_note(order, settings, so):
"item_code": item.item_code,
"qty": item.qty,
"rate": item.rate,
"warehouse":item.warehouse
"warehouse":item.warehouse,
"against_sales_order":so.name
})
# add texes to the delivery note
for item in so.taxes:
Expand Down

0 comments on commit 5813d32

Please sign in to comment.