mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: Filtering issue in payment entry (#34332)
This commit is contained in:
@@ -217,7 +217,6 @@ frappe.ui.form.on('Payment Entry', {
|
|||||||
frm.toggle_display("set_exchange_gain_loss",
|
frm.toggle_display("set_exchange_gain_loss",
|
||||||
frm.doc.paid_amount && frm.doc.received_amount && frm.doc.difference_amount);
|
frm.doc.paid_amount && frm.doc.received_amount && frm.doc.difference_amount);
|
||||||
|
|
||||||
frm.refresh_fields();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
set_dynamic_labels: function(frm) {
|
set_dynamic_labels: function(frm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user