mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 22:38:25 +00:00
From date and to date in general ledger print format
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h4 class="text-center">{%= filters.account || "General Ledger" %}</h4>
|
||||
<h5 class="text-center">
|
||||
{%= dateutil.str_to_user(filters.from_date) %}
|
||||
{%= __(" to ") %}
|
||||
{%= __("to") %}
|
||||
{%= dateutil.str_to_user(filters.to_date) %}
|
||||
</h5>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user