[Koha-bugs] [Bug 12769] Notice fee management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 9 19:41:22 CEST 2015


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

--- Comment #21 from Maxime Beaulieu <maxime.beaulieu at 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.


More information about the Koha-bugs mailing list