View | Details | Raw Unified | Return to bug 34305
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 889-895 Link Here
889
              [% END %]
889
              [% END %]
890
            </td>
890
            </td>
891
            <td>[% order.quantity | html %]</td>
891
            <td>[% order.quantity | html %]</td>
892
            <td>[% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %]
892
            <td>[% IF ( order.orderstatus == "complete" ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %]
893
            <td>[% order.order_internalnote | html %]</td>
893
            <td>[% order.order_internalnote | html %]</td>
894
            <td>
894
            <td>
895
                [% IF order.subscriptionid %]
895
                [% IF order.subscriptionid %]
896
- 

Return to bug 34305