fix: Show timesheet table after fetching data from timesheet
(cherry picked from commit e1ba5878a3)
Co-authored-by: Nabin Hait <nabinhait@gmail.com>
This commit is contained in:
@@ -890,8 +890,8 @@ frappe.ui.form.on('Sales Invoice', {
|
||||
frm.events.append_time_log(frm, timesheet, 1.0);
|
||||
}
|
||||
});
|
||||
frm.refresh_field("timesheets");
|
||||
frm.trigger("calculate_timesheet_totals");
|
||||
frm.refresh();
|
||||
},
|
||||
|
||||
async get_exchange_rate(frm, from_currency, to_currency) {
|
||||
|
||||
Reference in New Issue
Block a user