YKPN#75315 -- Fout in import van Cirfood / Benq
svn path=/Customer/trunk/; revision=58116
This commit is contained in:
@@ -14154,8 +14154,8 @@ BEGIN
|
||||
ykpn.add_xml_row(v_bestand, '</Item>');
|
||||
ykpn.add_xml_element (v_bestand, 'QuantityOrdered',rec_art.aantal);
|
||||
ykpn.add_xml_row(v_bestand, '<Price>');
|
||||
ykpn.add_xml_element (v_bestand, 'BrtPrice',rec_art.prijs);
|
||||
ykpn.add_xml_element (v_bestand, 'NetPrice',ROUND(rec_art.prijs/(1+rec_art.btw/100),2));
|
||||
ykpn.add_xml_element (v_bestand, 'NetPrice',rec_art.prijs);
|
||||
ykpn.add_xml_element (v_bestand, 'BrtPrice',ROUND(rec_art.prijs*(1+rec_art.btw/100),2));
|
||||
ykpn.add_xml_element (v_bestand, 'Currency','EUR');
|
||||
ykpn.add_xml_element (v_bestand, 'VatPercentage',rec_art.btw);
|
||||
ykpn.add_xml_row(v_bestand, '</Price>');
|
||||
|
||||
Reference in New Issue
Block a user