Skip to content

Commit

Permalink
IC.pm zolltarifnummer in printtemplates
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerhahn committed Oct 13, 2023
1 parent f407613 commit e276ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SL/IC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ sub prepare_parts_for_printing {

$sth->finish();

my @columns = qw(ean image microfiche drawing);
my @columns = qw(ean image microfiche drawing tariff_code);

$query = qq|SELECT id, | . join(', ', @columns) . qq|
FROM parts
Expand Down

0 comments on commit e276ba2

Please sign in to comment.