From e276ba27a739fe5c69f4ee0c41813ff211d378c0 Mon Sep 17 00:00:00 2001 From: Werner Hahn Date: Fri, 26 May 2023 14:41:59 +0200 Subject: [PATCH] IC.pm zolltarifnummer in printtemplates --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index 81ce92193e..037f6fc4a1 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -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