From 5813d32f5c4f2b4bb722c91d5e9cf026a18d2960 Mon Sep 17 00:00:00 2001 From: Vikas8600 Date: Fri, 14 Apr 2023 19:17:05 +0530 Subject: [PATCH] fixed --- ecommerce_integrations/unicommerce/delivery_note.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ecommerce_integrations/unicommerce/delivery_note.py b/ecommerce_integrations/unicommerce/delivery_note.py index 9c020026..07243bd9 100644 --- a/ecommerce_integrations/unicommerce/delivery_note.py +++ b/ecommerce_integrations/unicommerce/delivery_note.py @@ -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: