Index: WSimpl/AX/CalculatedProduct/RequestConverter.cls.xml
===================================================================
diff -u -r44058 -r44777
--- WSimpl/AX/CalculatedProduct/RequestConverter.cls.xml (.../RequestConverter.cls.xml) (revision 44058)
+++ WSimpl/AX/CalculatedProduct/RequestConverter.cls.xml (.../RequestConverter.cls.xml) (revision 44777)
@@ -58,7 +58,7 @@
}
}
- If (..ProductApi.BestaatProduct(ProductId)) {
+ If ($$$Not(ProductId = "") && (..ProductApi.BestaatProduct(ProductId))) {
#dim Product As DOM.PM.Product = ..ProductApi.GeefProduct(ProductId)
Set ConfigVariant.GTIN = Product.GeefEANCode()
Index: vhUnitTest/WSimpl/AX/CalculatedProduct/RequestConverter/Test.cls.xml
===================================================================
diff -u -r44058 -r44777
--- vhUnitTest/WSimpl/AX/CalculatedProduct/RequestConverter/Test.cls.xml (.../Test.cls.xml) (revision 44058)
+++ vhUnitTest/WSimpl/AX/CalculatedProduct/RequestConverter/Test.cls.xml (.../Test.cls.xml) (revision 44777)
@@ -68,6 +68,16 @@
]]>
+
+
+
+