Skip to content

Commit

Permalink
bug fix address
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Aug 1, 2024
1 parent cccc061 commit e755400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Com/PTFSEurope/HLISD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Koha::Patron::Attributes;
use Koha::Library;
use Koha::Libraries;

our $VERSION = "1.2.2";
our $VERSION = "1.2.3";

our $metadata = {
name => 'HLISD API',
Expand Down Expand Up @@ -192,7 +192,7 @@ sub harvest_libraries {
branchcode => $library->{id},
branchname => $prepend
. ' - ' . $library->{attributes}->{ $self->get_HLISD_library_field('branchname') },
branchaddress1 => $address,
branchaddress1 => $final_address,
branchzip => $library->{attributes}->{$self->get_HLISD_library_field('branchzip')},
branchemail => $library->{attributes}->{$self->get_HLISD_library_field('branchemail')},
branchillemail => $library->{attributes}->{$self->get_HLISD_library_field('branchillemail')},
Expand Down

0 comments on commit e755400

Please sign in to comment.