[minor][fix] show date in user format

This commit is contained in:
Saurabh 2017-01-11 15:50:09 +05:30
parent ffa5ffe607
commit 056276c60e

View File

@ -35,7 +35,7 @@ def create_or_update_cheque_print_format(template_name):
</span> </span>
<span style="top:%(date_dist_from_top_edge)s cm; left:%(date_dist_from_left_edge)scm; <span style="top:%(date_dist_from_top_edge)s cm; left:%(date_dist_from_left_edge)scm;
position: absolute;"> position: absolute;">
{{doc.reference_date or '' }} {{ frappe.utils.formatdate(doc.reference_date) or '' }}
</span> </span>
<span style="top:%(acc_no_dist_from_top_edge)scm;left:%(acc_no_dist_from_left_edge)scm; <span style="top:%(acc_no_dist_from_top_edge)scm;left:%(acc_no_dist_from_left_edge)scm;
position: absolute;"> position: absolute;">