mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
committed by
Nabin Hait
parent
e4f80a6eaa
commit
85bfc05efa
@@ -5,7 +5,7 @@
|
||||
<div class='col-xs-9'>
|
||||
<span class="indicator {{ "blue" if timesheet.info.status=="Submitted" else "red" if timesheet.info.status=="Draft" else "darkgrey" }}" title="{{ timesheet.info.status }}" > {{ timesheet.info.name }} </span>
|
||||
<div class="small text-muted item-timestamp">
|
||||
From {{ frappe.format_date(timesheet.from_time) }} to {{ frappe.format_date(timesheet.to_time) }}
|
||||
{{ __("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ __("to") }} {{ frappe.format_date(timesheet.to_time) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class='col-xs-1 gravatar-top'>
|
||||
|
||||
Reference in New Issue
Block a user