PIVP#86217 -- Exact mld export aanpassingen met soft- en hard costs.

svn path=/Customer/trunk/; revision=68145
This commit is contained in:
Norbert Wassink
2025-02-21 16:54:09 +00:00
parent c868aaee26
commit cc762bc539

View File

@@ -4110,7 +4110,7 @@ BEGIN
pivp.add_xml_element (v_bestand, 'Text', 'Soft costs intern');
pivp.add_xml_element (v_bestand, 'Description', 'P2P ordernr.:'||rec_regel.p2pordernr);
pivp.add_xml_row (v_bestand, '<Item code="FM-SOFTINT"/>');
pivp.add_xml_row (v_bestand, '<Item code="FM-701"/>');
pivp.add_xml_element (v_bestand, 'Quantity', '1' );
pivp.add_xml_row (v_bestand, '<Price>');
pivp.add_xml_row (v_bestand, '<Currency code="EUR"/>');
@@ -4132,7 +4132,7 @@ BEGIN
pivp.add_xml_element (v_bestand, 'Text', 'Soft costs extern');
pivp.add_xml_element (v_bestand, 'Description', 'P2P ordernr.:'||rec_regel.p2pordernr);
pivp.add_xml_row (v_bestand, '<Item code="FM-SOFTEXT"/>');
pivp.add_xml_row (v_bestand, '<Item code="FM-702"/>');
pivp.add_xml_element (v_bestand, 'Quantity', '1' );
pivp.add_xml_row (v_bestand, '<Price>');
pivp.add_xml_row (v_bestand, '<Currency code="EUR"/>');
@@ -4154,7 +4154,7 @@ BEGIN
pivp.add_xml_element (v_bestand, 'Text', 'Hard costs extern');
pivp.add_xml_element (v_bestand, 'Description', 'P2P ordernr.:'||rec_regel.p2pordernr);
pivp.add_xml_row (v_bestand, '<Item code="FM-HARDEXT"/>');
pivp.add_xml_row (v_bestand, '<Item code="FM-703"/>');
pivp.add_xml_element (v_bestand, 'Quantity', '1' );
pivp.add_xml_row (v_bestand, '<Price>');
pivp.add_xml_row (v_bestand, '<Currency code="EUR"/>');