https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Failed QA --- Comment #15 from Tomás Cohen Arazi <[email protected]> --- I see why y'all feel this should be completely arbitrary values: because it is only used for display purposes. The catch is this options: * phone * phonepro * mobile * email * emailpro * fax refer to real `borrowers.*` columns, so my fear is at some point someone will want to tie the *selected prefered contact method* value on that column, to a real behavior/function in Koha. So, thinking in advance, I feel like the current options should be presented a system-defined, which can also be disabled, and then we allow users to define their own. 'Do not contact' should be a default system option (value NULL). One drawback for this particular implementation is the contact methods are translatable (templates) right now. Moving them to the AV table will make them not-translatable or have every non-english install need to manually tweak the introduced AVs. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
