diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-12 13:28:49 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-12 13:28:49 +0700 |
| commit | 194fbbb6d77b75bd4f01cd05859c044b1b34b26e (patch) | |
| tree | 70d3c29c5564d69a7a3f1773ade166325a33890c | |
| parent | f8469c711824f39facf01c493a77235d948b0779 (diff) | |
add name sale_order to notes po
| -rw-r--r-- | indoteknik_custom/models/automatic_purchase.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
