Skip to content

Commit

Permalink
feat: packaging codes add Austria (#10264)
Browse files Browse the repository at this point in the history
packaging codes: add Austria
  • Loading branch information
benbenben2 authored and john-gom committed May 24, 2024
1 parent de0bfdb commit efb635f
Show file tree
Hide file tree
Showing 8 changed files with 5,237 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/ProductOpener/Display.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3879,6 +3879,15 @@ sub display_tag ($request_ref) {
push @markers, \@geo;
}

if ($packager_codes{$canon_tagid}{cc} eq 'at') {
$description .= <<HTML
<p>$packager_codes{$canon_tagid}{name}<br>
$packager_codes{$canon_tagid}{address} (Österreich)
</p>
HTML
;
}

if ($packager_codes{$canon_tagid}{cc} eq 'ch') {
$description .= <<HTML
<p>$packager_codes{$canon_tagid}{full_address}</p>
Expand Down
1 change: 1 addition & 0 deletions lib/ProductOpener/PackagerCodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ sub normalize_packager_codes ($codes) {
}

my %local_ec = (
AT => "EG",
DE => "EG",
EE => "",
ES => "CE",
Expand Down
Loading

0 comments on commit efb635f

Please sign in to comment.