Skip to content

Commit

Permalink
Remove superfluous line
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Aug 10, 2022
1 parent b856945 commit ab71ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Koha/Plugin/Com/ByWaterSolutions/BarcodePrefixer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ sub item_barcode_transform {
if ( $$barcode ) {
$self->barcode_transform( 'item', $barcode );
} else { # fixup_cardnumber, Autogenerate next cardnumber from highest value found in database
my $auto_barcode = C4::Context->preference('autoBarcode');

my $branchcode = C4::Context->userenv->{branch};
return unless $branchcode;

Expand Down

0 comments on commit ab71ec7

Please sign in to comment.