https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10760
--- Comment #4 from M. Tompsett <[email protected]> --- Comment on attachment 52352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52352 Bug 10760: Alternate Address: Display street number and street type Review of attachment 52352: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10760&attachment=52352) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ +413,5 @@ > <div id="patron-alternate-address" style="padding-top: 1em;"> > <h3>Alternate address</h3> > + > + [% IF Koha.Preference( 'AddressFormat' ) %] > + [% INCLUDE "member-display-alt-address-style-${ Koha.Preference( > 'AddressFormat' ) }.inc" %] What if the file doesn't exist? -- You are receiving this mail because: 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/
