Skip to content

Commit

Permalink
fix wrong xl function in justify template
Browse files Browse the repository at this point in the history
  • Loading branch information
yehster committed Feb 23, 2013
1 parent 857a1d3 commit d574b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/forms/fee_sheet/review/views/justify_display.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<thead>
<tr>
<th class='sort' data-bind="event: {click: sort_justify}" title="<?php echo xla('Click to sort') ?>">#</th>
<th title="<?php echo xla('Justification Entries') ?>"><?php echo xla("J{{Justify Header}}");?></th>
<th title="<?php echo xla('Problem')?>"><?php echo xla("P{{Justify Header}}");?></th>
<th title="<?php echo xla('Justification Entries') ?>"><?php echo xlt("J{{Justify Header}}");?></th>
<th title="<?php echo xla('Problem')?>"><?php echo xlt("P{{Justify Header}}");?></th>
</tr>
</thead>
<tbody data-bind="foreach: $data.diagnosis_options">
Expand Down

0 comments on commit d574b8c

Please sign in to comment.