[FIX] account_voucher: date currected in voucher reports.

bzr revid: vra@tinyerp.com-20100810071724-n2ktz2ofaydeb5db
This commit is contained in:
vra 2010-08-10 12:47:24 +05:30
parent b60868c2ea
commit 012cc0a184
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@
<para style="P9">Dated :</para>
</td>
<td>
<para style="P10">[[ time.strftime('%d %B,%Y', time.strptime(voucher.date , '%Y-%m-%d')) or '' ]]</para>
<para style="P10">[[ formatLang(voucher.date, date=True) or '' ]]</para>
</td>
</tr>
<tr>

View File

@ -162,7 +162,7 @@
<para style="P10">Dated :</para>
</td>
<td>
<para style="P11">[[ time.strftime('%d %B,%Y', time.strptime(voucher.date , '%Y-%m-%d')) or '' ]]</para>
<para style="P11">[[ formatLang(voucher.date, date=True) or '' ]]</para>
</td>
</tr>
<tr>