]> git.koha-community.org Git - koha.git/commit
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)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 25 May 2016 09:05:59 +0000 (11:05 +0200)
commit0f856c4dc63edbcf9af2438f0b10515cc1e3389e
treecec6493e7b70959ee8ab293093bf78ca91f9f85c
parenta555a341e6f78a683f6527fcac35c143e200c680
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>
(cherry picked from commit 03f303ce534e3c1c04944010f8fc352eb32be2d2)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Barcodes/hbyymmincr.pm