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:
9b3455e
)
Beim Ausdruck von Einkaufsbelegen den ausgewählten Ansprechpartner laden (Variable...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 May 2008 09:44:55 +0000
(09:44 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 May 2008 09:44:55 +0000
(09:44 +0000)
SL/IR.pm
patch
|
blob
|
history
diff --git
a/SL/IR.pm
b/SL/IR.pm
index
30f49fd
..
0da055b
100644
(file)
--- a/
SL/IR.pm
+++ b/
SL/IR.pm
@@
-1075,7
+1075,7
@@
sub vendor_details {
my @values;
# get contact id, set it if nessessary
- $form->{cp_id}
= (split /--/, $form->{contact})[1]
;
+ $form->{cp_id}
*= 1
;
my $contact = "";
if ($form->{cp_id}) {
$contact = "AND cp.cp_id = ?";