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

(cherry picked from commit d37541d3fb)
This commit is contained in:
Ankush Menat
2021-12-10 12:04:10 +05:30
committed by mergify-bot
parent d2fac14922
commit 9e69725102
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();