fix: Filtering issue in payment entry (#34332)

This commit is contained in:
Deepesh Garg 2023-03-13 14:05:13 +05:30 committed by GitHub
parent 9f26e3c27a
commit 7101e7acc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,6 @@ frappe.ui.form.on('Payment Entry', {
frm.toggle_display("set_exchange_gain_loss",
frm.doc.paid_amount && frm.doc.received_amount && frm.doc.difference_amount);
frm.refresh_fields();
},
set_dynamic_labels: function(frm) {