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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-1 / +6 lines)
Lines 2589-2592 fieldset.rows table.mceListBox { Link Here
2589
    text-indent: 100%;
2589
    text-indent: 100%;
2590
    white-space: nowrap;
2590
    white-space: nowrap;
2591
    overflow: hidden;
2591
    overflow: hidden;
2592
}
2592
}
2593
2594
.font-weight-normal {
2595
    font-weight: normal;
2596
}
2597
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +1 lines)
Lines 293-299 Link Here
293
    <tfoot>
293
    <tfoot>
294
        [% FOREACH key IN funds.keys.sort %]
294
        [% FOREACH key IN funds.keys.sort %]
295
            <tr>
295
            <tr>
296
                <td colspan="6" class="total"> &nbsp; </td>
296
                <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
297
                <td><i>Subtotal for</i> [% key %]</td>
297
                <td><i>Subtotal for</i> [% key %]</td>
298
                <td>[% currency( funds.$key.estimated ) %]</td>
298
                <td>[% currency( funds.$key.estimated ) %]</td>
299
                <td>[% currency( funds.$key.actual ) %]</td>
299
                <td>[% currency( funds.$key.actual ) %]</td>
300
- 

Return to bug 8037