Bug 10606: Remove MySQLism in GetUpcomingDueIssues
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 13 Aug 2013 13:56:15 +0000 (10:56 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 21 Jan 2015 14:06:24 +0000 (11:06 -0300)
commit5ee0293ed6207a801df234b09f33bebb84e65e05
tree1cdcaeac5ed3e575c41bc20a2f8998574f9a2d78
parent2246feaf5b17bbac722add6209ddfe79fbd0f5d2
Bug 10606: Remove MySQLism in GetUpcomingDueIssues

To test:

[1] Arrange to have at least one loan in your test database due
    one day from now.
[2] Run misc/cronjobs/advance_notices.pl -c -n -v -m=2
    and note the number of loans reported.
[3] Apply the patch.
[4] Run misc/cronjobs/advance_notices.pl -c -n -v -m=2 again
    and verify that the number of loans reported remains the same.

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests and QA script pass.
Also tested with unit tests from bug 10719.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Circulation.pm