fix: fieldname when updating docfield property (#25517)

This commit is contained in:
Afshan 2021-04-30 18:41:26 +05:30 committed by GitHub
parent 5a4615fd4e
commit 1fd1e2bb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
); );