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

--- Comment #16 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to