mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix: List invoices in Payment Reconciliation Payment
Invoices are not listed in the Payment Reconciliation Payment table due to a typo in the code
This commit is contained in:
@@ -234,7 +234,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (invoices) {
|
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")
|
'invoice_number', 'options', "\n" + invoices.join("\n")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user