[Koha-bugs] [Bug 9296] overduerules table needs restructuring to allow future extension

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 3 09:53:46 CEST 2013


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Like the idea of this patch!
A grep on delay1 shows me that there is still some work to do:

misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl:               
max(overd
uerules.branchcode) as rulebranch, TO_DAYS(NOW())-TO_DAYS(date_due) as
daysoverd
ue, delay1, delay2, delay3,
misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl:                AND (
(TO
_DAYS(NOW())-TO_DAYS(date_due) ) = delay1
misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl:        if (
$issue->{'da
ysoverdue'} == $issue->{'delay1'} ) {
t/db_dependent/lib/KohaTest/Overdues/GetBranchcodesWithOverdueRules.pm:delay1,
      letter1,       debarred1,

Probably same for delay2 etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list