mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
refactor: trigger on value change
This commit is contained in:
@@ -163,6 +163,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