[Koha-patches] [PATCH] Bug 6089: Show creator and budget on order receive page

2011-10-28 Thread Katrin Fischer
Reimplementing 3.0.x patch from Nahuel ANGELINETTI To test: 1) Create basket 2) Order something, note your fund 3) Receive title > Verify your name and selected fund display correctly --- acqui/orderreceive.pl | 15 --- .../prog/en/modules/acqui/orderre

[Koha-patches] [PATCH] Bug7108: Intranet Language Menu Display Patch

2011-10-28 Thread Martin Renvoize
From: Martin Renvoize --- .../intranet-tmpl/prog/en/css/staff-global.css |6 +- .../prog/en/includes/intranet-bottom.inc |2 ++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl

[Koha-patches] [PATCH] Bug 3184: Show creator and budget on order receive page

2011-10-28 Thread Katrin Fischer
Reimplementing 3.0.x patch from Nahuel ANGELINETTI To test: 1) Create basket 2) Order something, note your fund 3) Receive title > Verify your name and selected fund display correctly Previous patch had wrong bug number! --- acqui/orderreceive.pl | 15

[Koha-patches] [PATCH] Bug 3388: Restore account number on vendor page

2011-10-28 Thread Katrin Fischer
This patch makes it possible to add the account number to the vendor information. The used field aqbookseller.accountnumber was already existent in the database. To test: 1) Add a new vendor with accountnumber > Verify form has a field for accountnumber > Verify accountnumber does show up on vendo

[Koha-patches] [PATCH] Bug 7110 - Renewal messages still display in OPAC if OpacRenewalAllowed is disabled

2011-10-28 Thread Liz Rea
This patch adds a check for OpacRenewalAllowed to the computation of the renewal_blocked_fines. If OpacRenewalAllowed is off, renewal_blocked_fines won't be computed, because that message shouldn't show in the OPAC anyway. This also removes the necessity to set a very high threshold on OPACFineN