[Koha-patches] [PATCH] Show library name instead of branchcode when prompting user to transfer item.

Galen Charlton galen.charlton at liblime.com
Mon Jul 13 05:30:57 CEST 2009


Hi,

On Tue, Jun 30, 2009 at 11:02 AM, Owen Leonard<oleonard at myacpl.org> wrote:
> -        homebranch       => $biblio->{'homebranch'},
> +        homebranch       => $branches->{ $biblio->{'homebranch'} }->{'branchname'},

Setting homebranch to the name instead of the code breaks a hidden
form input that needs the library code to actually register the
transfer.  The home library name should be given a separate template
variable.

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list