fix: Filtering issue in payment entry (#34332)
This commit is contained in:
parent
9f26e3c27a
commit
7101e7acc4
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user