summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/purchase_order_multi_uangmuka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order_multi_uangmuka.py b/indoteknik_custom/models/purchase_order_multi_uangmuka.py
index 28c573eb..feb13cbc 100644
--- a/indoteknik_custom/models/purchase_order_multi_uangmuka.py
+++ b/indoteknik_custom/models/purchase_order_multi_uangmuka.py
@@ -104,7 +104,7 @@ class PurchaseOrderMultiUangmuka(models.TransientModel):
'currency_id': 12,
'debit': 0,
'credit': pay_amt,
- 'name': f'UANG MUKA PEMBELIAN {order.name} {partner}',
+ 'name': ref_label,
}
debit_entries.append(param_credit)