mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
refactor: trigger on value change
(cherry picked from commit e48f8139eb)
This commit is contained in:
@@ -151,6 +151,15 @@ erpnext.accounts.PaymentReconciliationController = class PaymentReconciliationCo
|
|||||||
this.frm.refresh();
|
this.frm.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
invoice_name() {
|
||||||
|
this.frm.trigger("get_unreconciled_entries");
|
||||||
|
}
|
||||||
|
|
||||||
|
payment_name() {
|
||||||
|
this.frm.trigger("get_unreconciled_entries");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
clear_child_tables() {
|
clear_child_tables() {
|
||||||
this.frm.clear_table("invoices");
|
this.frm.clear_table("invoices");
|
||||||
this.frm.clear_table("payments");
|
this.frm.clear_table("payments");
|
||||||
|
|||||||
Reference in New Issue
Block a user