https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30318
Bug ID: 30318
Summary: Cannot override default patron messaging preferences
when creating a patron in staff client
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
The issue appears to be in C4/Form/MessagingPreferences.pm
73 sub handle_form_action {
...
104 if (! $prefs_set && $insert){
105 # this is new borrower, and we have no preferences set, use the
defaults
106 $target_params->{categorycode} = $categorycode;
107 C4::Members::Messaging::SetMessagingPreferencesFromDefaults(
$target_params );
108 }
...
To recreate:
1 - Enable EnhancedMessagingPreferences system preference
2 - Set some defaults for a category
3 - Create a new patron in this category
4 - Uncheck all messages before saving
5 - Note patron is created with the defaults set
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/