mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[Fix] Payment Entry currency symbol issue
This commit is contained in:
@@ -136,6 +136,10 @@ frappe.ui.form.on('Payment Entry', {
|
|||||||
|
|
||||||
frm.set_currency_labels(["total_allocated_amount", "unallocated_amount"], party_account_currency);
|
frm.set_currency_labels(["total_allocated_amount", "unallocated_amount"], party_account_currency);
|
||||||
|
|
||||||
|
currency_field = (frm.doc.payment_type=="Receive") ? "paid_from_account_currency" : "paid_to_account_currency"
|
||||||
|
frm.set_df_property("total_allocated_amount", "options", currency_field);
|
||||||
|
frm.set_df_property("unallocated_amount", "options", currency_field);
|
||||||
|
|
||||||
frm.set_currency_labels(["total_amount", "outstanding_amount", "allocated_amount"],
|
frm.set_currency_labels(["total_amount", "outstanding_amount", "allocated_amount"],
|
||||||
party_account_currency, "references");
|
party_account_currency, "references");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user