]> git.koha-community.org Git - koha.git/commit
Bug 15042: Barcode hbyymmincr does not work when receiving serials
authorMagnus Enger <magnus@libriotech.no>
Wed, 21 Oct 2015 11:11:28 +0000 (13:11 +0200)
committerLiz Rea <wizzyrea@gmail.com>
Thu, 29 Oct 2015 23:05:45 +0000 (12:05 +1300)
commitecf0610705af0ca22ab1b7c6c1affab9f3fc2eec
tree6c5710d525aff7d40e7ba63dac7584b5fca3e7e6
parent4a3f5c47979d9772c82f37475eb32766ad91e073
Bug 15042: Barcode hbyymmincr does not work when receiving serials

To test:
- Set autoBarcode = <branchcode>yymm0001
- Make sure you have a serial that is set to "create an item record
  when receiving this serial"
- Receive an issue
- Click in the barcode field - nothing happens
- Apply patch and reload page
- Receive an issue
- Click in the barcode field - a barcode conforming to the
  hbyymmincr setting appears

Patch works as advertised.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 55127d50fb0a00f70d5de06dee76ddfad54bd094)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 2067f598760848cbef6b56d26d97ec9d44d566fe)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
C4/Barcodes/ValueBuilder.pm