commit | 1fd1e2bb60f6c6fd118f2843ba27c85b5ccd5ed9 | [log] [tgz] |
---|---|---|
author | Afshan <33727827+AfshanKhan@users.noreply.github.com> | Fri Apr 30 18:41:26 2021 +0530 |
committer | GitHub <noreply@github.com> | Fri Apr 30 18:41:26 2021 +0530 |
tree | 2ed507fbe3088ced310b31ef4be01e37b62d1b12 | |
parent | 5a4615fd4e74e258f32c9c2e9addb4915f800660 [diff] |
fix: fieldname when updating docfield property (#25517)
diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js index 08103184..d1523cd 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js
@@ -234,7 +234,7 @@ }); 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") );