Skip to content

Commit

Permalink
comment out dev only code
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Jul 3, 2024
1 parent 702656b commit c416ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Koha/Plugin/Com/PTFSEurope/HLISD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ sub harvest_libraries {

my $mapping = $self->koha_library_to_hlisd_mapping();

my $i = 0;
#my $i = 0; #DEV ONLY: ONLY LOAD 30 LIBRARIES FOR TESTING
foreach my $library (@$libraries) {
last if $i == 30; #DEV ONLY: ONLY LOAD 30 LIBRARIES FOR TESTING
$i++; #DEV ONLY: ONLY LOAD 30 LIBRARIES FOR TESTING
#last if $i == 30; #DEV ONLY: ONLY LOAD 30 LIBRARIES FOR TESTING
#$i++; #DEV ONLY: ONLY LOAD 30 LIBRARIES FOR TESTING

my $hlisd_field = $self->get_HLISD_library_field('branchname');
my $koha_library = Koha::Libraries->find(
Expand Down

0 comments on commit c416ce2

Please sign in to comment.