http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7371
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #2 from Katrin Fischer <[email protected]> --- Hi Nicole, I checked this bug and it seems that OFF is mapping to 'first valid' which makes the default setting like you wanted it :) - - "Use" - pref: AutoEmailPrimaryAddress default: "OFF" choices: email: home emailpro: work B_email: alternate "OFF": first valid - "patron email address for sending out emails." - This also matches the code: 909 if ($which_address eq 'OFF') { 910 $to_address = GetFirstValidEmailAddress( $message->{'borrowernumber'} ); But there is one option 'cardnumber' that is not reflected in the pref file and can not be selected. I am going to add it. INSERT INTO `systempreferences` VALUES ('AutoEmailPrimaryAddress','OFF','email|emailpro|B_email|cardnumber|OFF','Defines the default email address where Account Details emails are sent.','Choice')" -- 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/
