[Bug 3035] New: Notice Triggers doesn't work for default
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=3035 Summary: Notice Triggers doesn't work for default Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: major Priority: P3 Component: Circulation AssignedTo: galen.charlton@liblime.com ReportedBy: nicole.engard@liblime.com QAContact: koha-bugs@lists.koha.org CC: rch@liblime.com, joe.atzberger@liblime.com, emily.funk@liblime.com The manual read: TIP: If you would like to define one overdue schedule for ALL branches at once, select 'Default'. This will apply the schedule you define to all the branches in your system In fact this is not the case. The top level loop runs on branchcodes from GetBranchcodesWithOverdueRules. That function is essentially: "SELECT DISTINCT branchcode FROM overduerules WHERE delay1 IS NOT NULL AND branchcode <> ''" So default is not used. It turns out this is not the case. The bug is that either the Default option needs to be removed, or the functionality needs to be added to do what the manual said it did. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com