Bugzilla – Attachment 22638 Details for
Bug 8037
Add holds and funds to items already received in parcel.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8037 - Add holds and funds to items already received in parcel.pl - QA Followup 2
Bug-8037---Add-holds-and-funds-to-items-already-re.patch (text/plain), 1.76 KB, created by
Marcel de Rooy
on 2013-10-31 13:08:51 UTC
(
hide
)
Description:
Bug 8037 - Add holds and funds to items already received in parcel.pl - QA Followup 2
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-10-31 13:08:51 UTC
Size:
1.76 KB
patch
obsolete
>From f156011a9d7d45e9447d94e9517f047ded760977 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 8 May 2013 09:06:17 -0400 >Subject: [PATCH] Bug 8037 - Add holds and funds to items already received in > parcel.pl - QA Followup 2 >Content-Type: text/plain; charset=utf-8 > >Adds the note "GST exc." for subtotals by fund. > >Signed-off-by: Pierre Angot <tredok.pierre@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 4 ++++ > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 2 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 755a02a..029767f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -2713,3 +2713,7 @@ span.browse-button { > #merge_table tr.active td { > background-color: #FFFFCC; > } >+ >+.font-weight-normal { >+ font-weight: normal; >+} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index d208802..ba4fc86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -330,7 +330,7 @@ > <tfoot> > [% FOREACH key IN funds.keys.sort %] > <tr> >- <td colspan="6" class="total"> </td> >+ <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td> > <td><i>Subtotal for</i> [% key %]</td> > <td>[% currency( funds.$key.estimated ) %]</td> > <td>[% currency( funds.$key.actual ) %]</td> >-- >1.7.7.6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8037
:
9383
|
9384
|
11089
|
13152
|
13153
|
14892
|
16336
|
16635
|
16651
|
16660
|
16749
|
18021
|
18022
|
18023
|
18693
|
19672
|
19789
|
19790
|
19791
|
22244
|
22390
|
22636
|
22637
| 22638 |
22639
|
22647