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

Galen Charlton <[email protected]> changed:

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

--- Comment #9 from Galen Charlton <[email protected]> ---
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.
_______________________________________________
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