fix: ensure that reposting is finished before freezing stock/account

This commit is contained in:
Ankush Menat
2021-12-10 12:04:10 +05:30
parent f1c0190f02
commit d37541d3fb
4 changed files with 45 additions and 0 deletions

View File

@@ -84,6 +84,10 @@ $.extend(erpnext, {
});
},
route_to_pending_reposts: (args) => {
frappe.set_route('List', 'Repost Item Valuation', args);
},
proceed_save_with_reminders_frequency_change: () => {
frappe.ui.hide_open_dialog();