From 51649b5b7846a9dbfbf947f027c953bd77ea47c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 20 May 2009 10:08:16 +0000 Subject: [PATCH] TEMPLATE_ARRAYS auf einen definierten Zustand setzen. --- SL/IS.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/IS.pm b/SL/IS.pm index 2443d852c..6b0f479b8 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -63,6 +63,7 @@ sub invoice_details { ($form->{terms}) = selectrow_query($form, $dbh, $query); my (@project_ids, %projectnumbers); + $form->{TEMPLATE_ARRAYS} = {}; push(@project_ids, $form->{"globalproject_id"}) if ($form->{"globalproject_id"}); -- 2.20.1