Bug 15878 - C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when...
authorNick Clemens <nick@bywatersolutions.com>
Fri, 13 May 2016 18:03:37 +0000 (14:03 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 23 May 2016 17:42:11 +0000 (17:42 +0000)
commit03f303ce534e3c1c04944010f8fc352eb32be2d2
tree28d55f8c5af0a81f337beb9b59ab529c9ac01315
parent48597577d63b6e4b35dcbf3c90b83179074ec44b
Bug 15878 - C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present

Test plan:

1 - prove t/db_dependent/Barcodes.t
2 - All should pass
3 - Apply first patch (unit tests update)
    4 - Tests should fail on values and warnings
    5 - Apply second patch
    6 - All tests should now pass

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described
Removed tab on line 47 of C4/Barcodes/hbyymmincr.pm
No more qa errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Barcodes/hbyymmincr.pm