From 70678a2e8fa05a292cba8a73ef5349a4ece78362 Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Fri, 27 Jan 2017 16:35:14 +0100 Subject: [PATCH] part_type wieder Typbeschreibung wie in DB --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index 310961bfa..bae635451 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -916,7 +916,7 @@ sub prepare_parts_for_printing { next unless $id; my $prt = $parts_by_id{$id}; my $type_abbr = $::request->presenter->type_abbreviation($prt->part_type); - push @{ $template_arrays{part_type} }, $type_abbr; + push @{ $template_arrays{part_abbreviation} }, $type_abbr; push @{ $template_arrays{type_and_classific}}, $type_abbr.$::request->presenter->classification_abbreviation($prt->classification_id); push @{ $template_arrays{separate} }, $::request->presenter->separate_abbreviation($prt->classification_id); } -- 2.20.1