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:
8536d9c
)
Kosmetik
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Jun 2008 08:29:43 +0000
(08:29 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Jun 2008 08:29:43 +0000
(08:29 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
5c76ae3
..
29603c9
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-64,11
+64,8
@@
sub add {
$auth->assert('customer_vendor_edit');
- $form->{title} = "Add";
-
- $form->{callback} =
- "$form->{script}?action=add&db=$form->{db}"
- unless $form->{callback};
+ $form->{title} = "Add";
+ $form->{callback} = "$form->{script}?action=add&db=$form->{db}" unless $form->{callback};
CT->populate_drop_down_boxes(\%myconfig, \%$form);