projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d98492
)
Abteilung aus der Zahlungsmaske entfernt, Fix fuer Bug #340
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 19 May 2009 08:08:56 +0000
(08:08 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 19 May 2009 08:08:56 +0000
(08:08 +0000)
bin/mozilla/cp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/cp.pl
b/bin/mozilla/cp.pl
index
d341ffd
..
6a21ede
100644
(file)
--- 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|
- <tr>
- <th align="right" nowrap>| . $locale->text('Department') . qq|</th>
- <td><select name=department>$form->{selectdepartment}</select>
- <input type=hidden name=selectdepartment value="$form->{selectdepartment}">
-
- </td>
- </tr>
-| if $form->{selectdepartment};
-
$form->{jsscript} = 1;
$jsscript = "";
if ($form->{jsscript}) {