From 6607a7145fc56b322e1c24afd07f72f085a25465 Mon Sep 17 00:00:00 2001
From: Philip Reetz
Date: Tue, 19 May 2009 08:08:56 +0000
Subject: [PATCH] Abteilung aus der Zahlungsmaske entfernt, Fix fuer Bug #340
---
bin/mozilla/cp.pl | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl
index d341ffdfc..6a21edecb 100644
--- a/bin/mozilla/cp.pl
+++ b/bin/mozilla/cp.pl
@@ -182,16 +182,6 @@ sub form_header {
# $locale->text('AR')
# $locale->text('AP')
- $department = qq|
-
- | . $locale->text('Department') . qq| |
-
-
-
- |
-
-| if $form->{selectdepartment};
-
$form->{jsscript} = 1;
$jsscript = "";
if ($form->{jsscript}) {
--
2.20.1