[Koha-bugs] [Bug 8760] Phone number Field tags are reversed in patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 10 01:16:00 CEST 2014


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

Galen Charlton <gmcharlt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |In Discussion

--- Comment #9 from Galen Charlton <gmcharlt at gmail.com> ---
I'm not convinced that this is the correct fix.  After applying the patch, if
you enter the following in the phone fields:

primary: "primary"
secondary: "secondary'
other: "mobile"

while the staff-side patron display is consistent, the OPAC display is not:

Primary phone: primary
Secondary phone: mobile
Mobile phone: secondary

and the database gets populated like this:

MariaDB [koha]> select phone, phonepro, mobile from borrowers where
borrowernumber = 12092\G
*************************** 1. row ***************************
   phone: primary
phonepro: mobile
  mobile: secondary

Consequently, I think that it's members/moremember.tt that needs to be
corrected (and perhaps "Mobile" should be used as the label rather than
"Other"?)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list