Index: BL/Flow/Offerte/Parser/bizSFSSERVICES.cls.xml =================================================================== diff -u -r1404 -r1405 --- BL/Flow/Offerte/Parser/bizSFSSERVICES.cls.xml (.../bizSFSSERVICES.cls.xml) (revision 1404) +++ BL/Flow/Offerte/Parser/bizSFSSERVICES.cls.xml (.../bizSFSSERVICES.cls.xml) (revision 1405) @@ -24,7 +24,8 @@ If $IsObject(..pxOfferte) { // indien orderdatum leeg, dan invullen met $H (in het formaat van DocDate) If ..pxOfferte.OrderDatum'>0 { - Set ..pxOfferte.OrderDatum=$$FormatDateTime^vhLib(pxOfferte.DocDate,$H) + Set DatumFormaat=$S($L(..pxOfferte.DocDate):..pxOfferte.DocDate, 1:"YYYYMMDD") + Set ..pxOfferte.OrderDatum=$$FormatDateTime^vhLib(DatumFormaat,$H) } } Quit $$$OK