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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #19 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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