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:
f0949ba
)
westermm hat völlig zu Recht auf die Änderungen in Revision 3512 hingewiesen. Das...
author
Jan Büren
<information@richardson-bueren.de>
Mon, 9 Feb 2009 16:10:40 +0000
(16:10 +0000)
committer
Jan Büren
<information@richardson-bueren.de>
Mon, 9 Feb 2009 16:10:40 +0000
(16:10 +0000)
SL/CT.pm
patch
|
blob
|
history
diff --git
a/SL/CT.pm
b/SL/CT.pm
index
d235a67
..
b1c21ab
100644
(file)
--- a/
SL/CT.pm
+++ b/
SL/CT.pm
@@
-316,8
+316,7
@@
sub save_customer {
qq|taxzone_id = ?, | .
qq|user_password = ?, | .
qq|c_vendor_id = ?, | .
- qq|klass = ?, | .
- qq|v_customer_id = ? | .
+ qq|klass = ? | .
qq|WHERE id = ?|;
my @values = (
$form->{customernumber},
@@
-357,7
+356,6
@@
sub save_customer {
$form->{user_password},
$form->{c_vendor_id},
conv_i($form->{klass}),
- $form->{v_customer_id},
$form->{id}
);
do_query( $form, $dbh, $query, @values );