Merge pull request #40852 from Nihantra-Patel/fix_workstation_refresh

fix: workstation refresh after prompt
This commit is contained in:
rohitwaghchaure
2024-04-04 11:50:24 +05:30
committed by GitHub

View File

@@ -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();
}
},
});