Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
fixed display error in print layout 3
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Nov 19, 2016
1 parent 918adee commit ebdb205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mileage/templates/modules.mileage.mileage.print_layout3.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ body { font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:10pt; }
<td align='left'>
{if $trips[id].trip.type == "B"}
{$locale.eA_726}
{if $trips[id].detour.reason != ""}
{if $trips[id].detour.mileage > 0}
{if $trips[id].detour.type == "P"}
{$locale.eA_839} {$locale.eA_727}
{/if}
{/if}
{elseif $trips[id].trip.type == "P"}
{$locale.eA_727}
{if $trips[id].detour.reason != ""}
{if $trips[id].detour.mileage > 0}
{if $trips[id].detour.type == "B"}
{$locale.eA_839} {$locale.eA_726}
{/if}
Expand Down

0 comments on commit ebdb205

Please sign in to comment.