fix: timer not showing in job card (backport #53839) (#54212)

Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2026-04-11 10:32:32 +05:30
committed by GitHub
parent 66fdd061e7
commit 7d8f59eb0a

View File

@@ -278,6 +278,8 @@ frappe.ui.form.on("Job Card", {
frm.trigger("complete_job_card");
});
}
frm.trigger("make_dashboard");
}
}