feat: bill all hours by default

This commit is contained in:
Raffael Meyer 2020-06-08 22:52:44 +02:00 committed by GitHub
parent d5b97d6996
commit d27d88c3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,6 +206,9 @@ frappe.ui.form.on("Timesheet Detail", {
update_billing_hours(frm, cdt, cdn);
update_time_rates(frm, cdt, cdn);
calculate_billing_costing_amount(frm, cdt, cdn);
// bill all `hours` by default
frappe.model.set_value(cdt, cdn, "billing_hours", locals[cdt][cdn].hours);
},
activity_type: function(frm, cdt, cdn) {