PIVP#90672 -- Aanpassing MLD export: meerdere leverancierskosten integreren

svn path=/Customer/trunk/; revision=70334
This commit is contained in:
Norbert Wassink
2025-09-16 09:42:53 +00:00
parent e380efefda
commit be6511b733

View File

@@ -4700,7 +4700,16 @@ AS
ORDER BY fac_rapport_node,fac_rapport_volgnr;
CREATE OR REPLACE VIEW PIVP_V_EXPORT_EXACT_MLD_NEW (
result,
result_order,
exact_exp
)
AS
SELECT fac_rapport_regel ,fac_rapport_volgnr, fac_rapport_node
FROM fac_rapport
WHERE fac_rapport_node LIKE 'EXM_%'
ORDER BY fac_rapport_node,fac_rapport_volgnr;
CREATE OR REPLACE VIEW PIVP_V_EXPORT_EXACT_RES (
result,