@@ -, +, @@ serials - Set autoBarcode = 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 --- C4/Barcodes/ValueBuilder.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/C4/Barcodes/ValueBuilder.pm +++ a/C4/Barcodes/ValueBuilder.pm @@ -62,6 +62,9 @@ sub get_barcode { my $scr = " var form = document.getElementById('f'); if ( !form ) { + form = document.getElementById('serials_edit'); + } + if ( !form ) { form = document.getElementById('Aform'); } for (i=0 ; i