]> git.koha-community.org Git - koha.git/commit
Bug 7965: Silence warns in staff log
authorChris Cormack <chris@bigballofwax.co.nz>
Fri, 27 Dec 2013 06:06:34 +0000 (19:06 +1300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 08:49:12 +0000 (09:49 +0100)
commit5df97dfc864975caf5e741f1884b2a4d86e61910
treefef8e6b61f6de8a313c958838d1d10f7a7e7ed8c
parent67f1d5bb712ace988cad50f2ec2436b9b1ca9d4d
Bug 7965: Silence warns in staff log

Silence warns in C4::Bookseller::GetBooksellersWithLateOrders()

to test
1/ run prove t/db_dependent/Bookseller.t
   Notice lots of Use of uninitialized value $delay in numeric lt (<) at /var/lib/jenkins/jobs/Koha_master/workspace/C4/Bookseller.pm line 134 type lines
2/ apply patch
3/ run prove t/db_dependent/Bookseller.t
   Notice warns are gone

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tiny change, positive consequences.
Passes QA script and all tests.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit febd0312f8623c9861bd70dd61aa3fd47afb1b51)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Bookseller.pm