mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +00:00
Merge pull request #47289 from frappe/st37102-2
fix: set billing hours to hours in timesheet
This commit is contained in:
@@ -296,6 +296,7 @@ frappe.ui.form.on("Timesheet Detail", {
|
||||
|
||||
hours: function (frm, cdt, cdn) {
|
||||
calculate_end_time(frm, cdt, cdn);
|
||||
update_billing_hours(frm, cdt, cdn);
|
||||
calculate_billing_costing_amount(frm, cdt, cdn);
|
||||
calculate_time_and_amount(frm);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user