Skip to content

Commit 93ede5b

Browse files
fix: timer not showing in job card (backport #53839) (backport #54212) (#54213)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com> fix: timer not showing in job card (backport #53839) (#54212)
1 parent c98ded5 commit 93ede5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

erpnext/manufacturing/doctype/job_card/job_card.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ frappe.ui.form.on("Job Card", {
278278
frm.trigger("complete_job_card");
279279
});
280280
}
281+
282+
frm.trigger("make_dashboard");
281283
}
282284
}
283285

0 commit comments

Comments
 (0)