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:
004280c
)
Die Tabellenspalte "v_customer_id" ist eine Text- und keine Integer-Spalte. Fix für...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 31 Aug 2007 06:19:08 +0000
(06:19 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 31 Aug 2007 06:19:08 +0000
(06:19 +0000)
SL/CT.pm
patch
|
blob
|
history
diff --git
a/SL/CT.pm
b/SL/CT.pm
index
9001ccf
..
e5ee4af
100644
(file)
--- a/
SL/CT.pm
+++ b/
SL/CT.pm
@@
-499,7
+499,7
@@
sub save_vendor {
conv_i( $form->{language_id}),
$form->{username},
$form->{user_password},
-
conv_i($form->{v_customer_id})
,
+
$form->{v_customer_id}
,
$form->{id}
);
do_query($form, $dbh, $query, @values);