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:
a5f4490
)
Umwandlung von Angebot nach Auftrag hat nach Fehler verursacht, da gleiches Modul
author
Philip Reetz
<p.reetz@linet-services.de>
Thu, 28 Jun 2007 08:28:49 +0000
(08:28 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Thu, 28 Jun 2007 08:28:49 +0000
(08:28 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
e5203f7
..
d43e51f
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-1507,8
+1507,9
@@
sub add_shipto {
shiptophone = ? AND
shiptofax = ? AND
shiptoemail = ? AND
- module = ?|;
- my $insert_check = selectfirst_hashref_query($self, $dbh, $query, @values, $module);
+ module = ? AND
+ trans_id = ?|;
+ my $insert_check = selectfirst_hashref_query($self, $dbh, $query, @values, $module, $id);
if(!$insert_check){
$query =
qq|INSERT INTO shipto (trans_id, shiptoname, shiptodepartment_1, shiptodepartment_2,