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 92-98 Link Here
92
                                [% IF readonly %]
92
                                [% IF readonly %]
93
                                    [% shipmentcost | $Price %]
93
                                    [% shipmentcost | $Price %]
94
                                [% ELSE %]
94
                                [% ELSE %]
95
                                    <input class="decimal" type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost | $Price on_editing => 1 %]" />
95
                                    <input class="decimal" type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% IF shipmentcost %][% shipmentcost | $Price on_editing => 1 %][% END %]" />
96
                                [% END %]
96
                                [% END %]
97
                            </li>
97
                            </li>
98
                            <li>
98
                            <li>
99
- 

Return to bug 34095