https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24535 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- Should this be adjusted as well? C4/Labels/Label.pm 539 #NOTE: Barcode length algorithm comes from PDF::Reuse::Barcode 540 #NOTE: 20 is arbitrary padding added to the barcode background by PDF::Reuse::Barcode 541 my $oGdB = GD::Barcode::Code39->new("*$params{'barcode_data'}*"); 542 my $whole_barcode_length = ( length( $oGdB->barcode() ) * 0.9 ) + 20; -- You are receiving this mail because: You are watching all bug changes.