[Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 10 16:36:44 CET 2015


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #19 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Now "street type" is after the address.

I would like to see a letter or a syspref to address this problem.
We could imagine something like:

  [streettype] [address]
  [city]
  [phone]

and in the template:

  [% FOR field in fields %]
    [% SWITCH field %]
      [% CASE 'streettype' %]Street type: [% streettype %]
      [% CASE 'address' %]Address: [% address %]
      ...
    [% END %]
  [% END %]

We would avoid code duplication and it will be more customizable.

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


More information about the Koha-bugs mailing list