FMHN#83205 Facturatierapport: aanpassing kolom artikelen

svn path=/Customer/trunk/; revision=64225
This commit is contained in:
Sander Schepers
2024-04-11 15:38:35 +00:00
parent a91d13980e
commit d660354747

View File

@@ -10885,7 +10885,11 @@ SELECT
END bedrag_excl,
status,
'Reservering -r' module,
'602' artikel,
CASE
WHEN alg_locatie_key = 18
THEN '040'
ELSE '602'
END artikel,
'2230.01 Vergaderservice' dienst,
prs_kostensoort_key,
NULL ordernr,
@@ -11575,7 +11579,11 @@ AS
END bedrag_excl,
f.status,
'Reservering -r' module,
'602' artikel,
CASE
WHEN alg_locatie_key = 18
THEN '040'
ELSE '602'
END artikel,
'2230.01 Vergaderservice' dienst,
f.prs_kostensoort_key,
NULL ordernr,