http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5749
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #17 from Paul Poulain <[email protected]> --- QA comment: tiny patch, passed QA (In reply to comment #16) > 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? I think there's no specific reason to do it that way. Maybe that's a topic for next week, and defining "object" that will make a consistent display -- 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/
