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:
2a4980a
)
Wenn in get_vendor() die id des Vendors abgeholt wird, dann wird dadurch die ID des...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 27 Nov 2007 14:44:17 +0000
(14:44 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 27 Nov 2007 14:44:17 +0000
(14:44 +0000)
SL/IR.pm
patch
|
blob
|
history
diff --git
a/SL/IR.pm
b/SL/IR.pm
index
44a2db5
..
6950739
100644
(file)
--- a/
SL/IR.pm
+++ b/
SL/IR.pm
@@
-841,7
+841,7
@@
sub get_vendor {
}
my $query =
qq|SELECT
- v.
id, v.
name AS vendor, v.creditlimit, v.terms, v.notes AS intnotes,
+ v.name AS vendor, v.creditlimit, v.terms, v.notes AS intnotes,
v.email, v.cc, v.bcc, v.language_id, v.payment_id,
v.street, v.zipcode, v.city, v.country, v.taxzone_id,
$duedate + COALESCE(pt.terms_netto, 0) AS duedate,