Bugzilla – Attachment 18023 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.82 KB, created by
Kyle M Hall (khall)
on 2013-05-08 13:08:44 UTC
(
hide
)
Description:
Bug 8037 - Add holds and funds to items already received in parcel.pl - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-05-08 13:08:44 UTC
Size:
1.82 KB
patch
obsolete
>From aeaaf0c83870df174c08f9407b5a8e15f4be92dd 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 > >Adds the note "GST exc." for subtotals by fund. >--- > .../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 8f99a11..b7733e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -2578,3 +2578,7 @@ fieldset.rows table.mceListBox { > #selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; } > #selections span.selected { background-color : #CCE0FC; } > #selections input { vertical-align:middle;margin:0 2px; } >+ >+.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 25573b6..af58aee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -287,7 +287,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.2.5
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