mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
fix: workstation refresh after prompt
(cherry picked from commit bed1af26e3)
This commit is contained in:
committed by
Mergify
parent
405719cd3d
commit
9f12c964dc
@@ -182,6 +182,7 @@ class WorkstationDashboard {
|
||||
me.job_cards = [r.message];
|
||||
me.prepare_timer();
|
||||
me.update_job_card_details();
|
||||
me.frm.reload_doc();
|
||||
}
|
||||
},
|
||||
});
|
||||
@@ -229,6 +230,7 @@ class WorkstationDashboard {
|
||||
me.job_cards = [r.message];
|
||||
me.prepare_timer();
|
||||
me.update_job_card_details();
|
||||
me.frm.reload_doc();
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user