Bug 7965: Silence warns in staff log
authorChris Cormack <chris@bigballofwax.co.nz>
Fri, 27 Dec 2013 06:06:34 +0000 (19:06 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 10 Jan 2014 15:42:09 +0000 (15:42 +0000)
commitfebd0312f8623c9861bd70dd61aa3fd47afb1b51
treebf2b0d13185c0ff716079a31bcde291202ceb2f7
parentb2ca71d9b40b97e2a0e5cee2fc2b6f69978b5b1b
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>
C4/Bookseller.pm