Skip to content

Commit

Permalink
feat: sales order updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Aug 16, 2024
1 parent 3b3b8d3 commit 7acb685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d2h/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def create_delivery_note(sales_order, items):
new_item.base_net_rate = item.get("base_net_rate")
new_item.base_net_amount = item.get("base_net_amount")
new_item.tax_rate = item.get("tax_rate")
new_item.serial_and_batch_bundle = item.get("serial_and_batch_bundle")


delivery_note.insert(ignore_permissions=True)
Expand Down

0 comments on commit 7acb685

Please sign in to comment.