Skip to content

Commit

Permalink
fixed template (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Jan 28, 2016
1 parent 43e107f commit 7b4845d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Export/default_template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Körperschaftsteuergesetzes bezeichneten Körperschaften, Personenvereinigungen
<td>{$totaltext}</td>
<td>
{if $items}
{$date_from|crmDate:'%d.%m.%Y'} {ts domain="de.systopia.donrec"}until{/ts} {$date_to|crmDate:'%d.%m.%Y'}
{$date_from|crmDate:'%d.%m.%Y'} - {$date_to|crmDate:'%d.%m.%Y'}
{else}
{* absolutly not elegant *}
{foreach from=$lines item=item}
Expand Down

0 comments on commit 7b4845d

Please sign in to comment.