9 Jun
2015
9 Jun
'15
6:41 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 --- Comment #21 from Maxime Beaulieu <maxime.beaulieu@inlibro.com> --- (In reply to Eivin Giske Skaaren from comment #20)
There are mostly dashes shown in the table in Patron messaging preferences. The only thing that can be selected is days in advance for Advance notice.
Check the message_attributes table. If it's empty, try this: insert into `message_attributes` (`message_attribute_id`, message_name, `takes_days`) values (1,'Item Due', 0), (2,'Advance Notice', 1), (4,'Hold Filled', 0), (5,'Item Check-in', 0), (6,'Item Checkout', 0); -- You are receiving this mail because: You are watching all bug changes.