9 Mar
2012
9 Mar
'12
6:44 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5749 --- Comment #16 from Owen Leonard <oleonard@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.