Merge pull request #53839 from rohitwaghchaure/fixed-job-card-timer-issue

fix: timer not showing in job card
This commit is contained in:
rohitwaghchaure
2026-03-27 13:50:14 +05:30
committed by GitHub

View File

@@ -280,6 +280,8 @@ frappe.ui.form.on("Job Card", {
is_timer_running = true;
}
frm.trigger("make_dashboard");
}
}