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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +1 lines)
Lines 93-99 Link Here
93
                                [% IF readonly %]
93
                                [% IF readonly %]
94
                                    [% shipmentcost | $Price %]
94
                                    [% shipmentcost | $Price %]
95
                                [% ELSE %]
95
                                [% ELSE %]
96
                                    <input class="decimal" type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost | $Price on_editing => 1 %]" />
96
                                    <input class="decimal" type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% IF shipmentcost %][% shipmentcost | $Price on_editing => 1 %][% END %]" />
97
                                [% END %]
97
                                [% END %]
98
                            </li>
98
                            </li>
99
                            <li>
99
                            <li>
100
- 

Return to bug 34095