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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+4 lines)
Lines 2713-2715 span.browse-button { Link Here
2713
#merge_table tr.active td {
2713
#merge_table tr.active td {
2714
    background-color: #FFFFCC;
2714
    background-color: #FFFFCC;
2715
}
2715
}
2716
2717
.font-weight-normal {
2718
    font-weight: normal;
2719
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +1 lines)
Lines 330-336 Link Here
330
    <tfoot>
330
    <tfoot>
331
        [% FOREACH key IN funds.keys.sort %]
331
        [% FOREACH key IN funds.keys.sort %]
332
            <tr>
332
            <tr>
333
                <td colspan="6" class="total"> &nbsp; </td>
333
                <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
334
                <td><i>Subtotal for</i> [% key %]</td>
334
                <td><i>Subtotal for</i> [% key %]</td>
335
                <td>[% currency( funds.$key.estimated ) %]</td>
335
                <td>[% currency( funds.$key.estimated ) %]</td>
336
                <td>[% currency( funds.$key.actual ) %]</td>
336
                <td>[% currency( funds.$key.actual ) %]</td>
337
- 

Return to bug 8037