Revision 15bcb411
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
73 | 73 |
qq| o.marge_total, o.marge_percent, | . |
74 | 74 |
qq| ex.$rate AS exchangerate, | . |
75 | 75 |
qq| pr.projectnumber AS globalprojectnumber, | . |
76 |
qq| e.name AS employee, s.name AS salesman | . |
|
76 |
qq| e.name AS employee, s.name AS salesman, | . |
|
77 |
qq| ct.country, ct.ustid | . |
|
77 | 78 |
qq|FROM oe o | . |
78 | 79 |
qq|JOIN $vc ct ON (o.${vc}_id = ct.id) | . |
79 | 80 |
qq|LEFT JOIN employee e ON (o.employee_id = e.id) | . |
Auch abrufbar als: Unified diff
2 Felder noch on die Auftragssuche übernommen.