FMHN#90102 Rapportage aangepast zodat Functioneel Beheer voor de reserveringsartikelen het artikel kunnen bepalen via een eigen tabel.
svn path=/Customer/trunk/; revision=70196
This commit is contained in:
@@ -11099,7 +11099,7 @@ SELECT
|
||||
FROM fac_usrdata
|
||||
WHERE fac_usrtab_key = 1463 AND fac_usrdata_verwijder IS NULL) ra
|
||||
WHERE COALESCE (r.res_rsv_artikel_prijs, r.kosten_excl) <> 0
|
||||
AND r.res_artikel_key = ra.discipline_key (+)
|
||||
AND r.res_discipline_key = ra.discipline_key (+)
|
||||
UNION ALL
|
||||
SELECT mld.*
|
||||
FROM
|
||||
@@ -11893,7 +11893,7 @@ AS
|
||||
WHERE fac_usrtab_key = 1463 AND fac_usrdata_verwijder IS NULL) ra
|
||||
WHERE COALESCE (f.res_rsv_artikel_prijs, f.kosten_excl) <> 0
|
||||
AND f.res_artikel_key = r.res_artikel_key
|
||||
AND f.res_artikel_key = ra.discipline_key (+)
|
||||
AND r.res_discipline_key = ra.discipline_key (+)
|
||||
UNION ALL
|
||||
SELECT mld.*
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user