fix: upcoming batches based on start time

This commit is contained in:
Jannat Patel
2023-11-17 10:45:29 +05:30
parent a5a7184f9a
commit b70dfc8e82
4 changed files with 27 additions and 5 deletions

View File

@@ -147,6 +147,18 @@
</span>
</div>
<div class="mt-auto mb-2">
<svg class="icon icon-sm">
<use href="#icon-clock"></use>
</svg>
<span>
{{ frappe.utils.format_time(batch.start_time, "HH:mm a") }} -
</span>
<span>
{{ frappe.utils.format_time(batch.end_time, "HH:mm a") }}
</span>
</div>
<div class="mb-2">
<svg class="icon icon-md">
<use href="#icon-education"></use>