[Koha-bugs] [Bug 5749] The display of borrower adresses composed of streetnumber, streettype and address is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 9 18:44:38 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5749

--- Comment #16 from Owen Leonard <oleonard at myacpl.org> ---
I notice there are other problems with displaying addresses this way. For
instance, circulation.pl and moremember.pl both use the same include file
(circ-menu.inc), but only in circulation.pl does the [% address %] variable get
built using street type, street number, and address:

my $address = $borrower->{'streetnumber'}.'
'.$roadttype_hashref->{$borrower->{'streettype'}}.' '.$borrower->{'address'};

I wonder why we're not doing this in the template instead?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list