From 194fbbb6d77b75bd4f01cd05859c044b1b34b26e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 12 Jun 2024 13:28:49 +0700 Subject: add name sale_order to notes po --- indoteknik_custom/models/automatic_purchase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/indoteknik_custom/models/automatic_purchase.py b/indoteknik_custom/models/automatic_purchase.py index 21d21c9c..f65e6f8d 100644 --- a/indoteknik_custom/models/automatic_purchase.py +++ b/indoteknik_custom/models/automatic_purchase.py @@ -305,6 +305,7 @@ class AutomaticPurchase(models.Model): sale_ids_str = ','.join(sale_ids_set) purchase_order.sale_order = sale_ids_str + purchase_order.notes = sale_ids_str self.create_sales_order_purchase_match(purchase_order) -- cgit v1.2.3