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:
a616199
)
Der Tabellenalias heißt "dord" und nicht "dort".
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 8 Jun 2009 07:47:46 +0000
(07:47 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 8 Jun 2009 07:47:46 +0000
(07:47 +0000)
Fix für Bug 1040.
SL/DO.pm
patch
|
blob
|
history
diff --git
a/SL/DO.pm
b/SL/DO.pm
index
9bc76a1
..
22471e4
100644
(file)
--- a/
SL/DO.pm
+++ b/
SL/DO.pm
@@
-577,7
+577,7
@@
sub retrieve {
d.description AS department, dord.language_id,
dord.shipto_id,
dord.globalproject_id, dord.delivered, dord.transaction_description,
- dor
t
.taxzone_id, dord.taxincluded, dord.terms, dord.curr
+ dor
d
.taxzone_id, dord.taxincluded, dord.terms, dord.curr
FROM delivery_orders dord
JOIN ${vc} cv ON (dord.${vc}_id = cv.id)
LEFT JOIN employee e ON (dord.employee_id = e.id)