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:
c9f9ec3
)
Falsche Funktion aufgerufen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 25 Apr 2007 09:30:05 +0000
(09:30 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 25 Apr 2007 09:30:05 +0000
(09:30 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
fe166c5
..
e5ba1dd
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-1411,7
+1411,7
@@
sub save {
if ($form->{"db"} eq "customer") {
$res = CT->save_customer(\%myconfig, \%$form);
} else {
- $res = CT->save_
custome
r(\%myconfig, \%$form);
+ $res = CT->save_
vendo
r(\%myconfig, \%$form);
}
if (3 == $res) {