Skip to content

Commit

Permalink
Merge pull request #273 from shreesh-webkul/gli-644
Browse files Browse the repository at this point in the history
Fixed date format for additional facilities in invoice
  • Loading branch information
rohit053 authored Jan 31, 2022
2 parents c434589 + c5eafe0 commit 7bfc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/invoice.extra-demands-tab.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{if $smarty.foreach.demandRow.first}
<td rowspan="{$roomDemand['extra_demands']|count}">
{$data_v['name']}<br>
{$rm_v['data_form']|date_format:"%d-%m-%Y"} {l s='to' pdf='true'} {$rm_v['data_to']|date_format:"%d-%m-%Y"}<br>
{$rm_v['data_form']} {l s='to' pdf='true'} {$rm_v['data_to']}<br>
<strong>{l s='Room' pdf='true'} - {$roomCount}</strong>
</td>
{/if}
Expand Down

0 comments on commit 7bfc6b3

Please sign in to comment.