[Koha-bugs] [Bug 3035] New: Notice Triggers doesn't work for default

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Mar 13 16:41:05 CET 2009


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 at liblime.com
        ReportedBy: nicole.engard at liblime.com
         QAContact: koha-bugs at lists.koha.org
                CC: rch at liblime.com, joe.atzberger at liblime.com,
                    emily.funk at 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.



More information about the Koha-bugs mailing list