Merge pull request #25524 from aerele/develop

fix: List invoices in Payment Reconciliation Payment
This commit is contained in:
Deepesh Garg
2021-04-30 14:15:33 +05:30
committed by GitHub

View File

@@ -234,7 +234,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
});
if (invoices) {
this.frm.fields_dict.payment.grid.update_docfield_property(
this.frm.fields_dict.payments.grid.update_docfield_property(
'invoice_number', 'options', "\n" + invoices.join("\n")
);