Index: DOM/PM/impl/ProductTypeAPIimpl.cls.xml =================================================================== diff -u -r56458 -r57112 --- DOM/PM/impl/ProductTypeAPIimpl.cls.xml (.../ProductTypeAPIimpl.cls.xml) (revision 56458) +++ DOM/PM/impl/ProductTypeAPIimpl.cls.xml (.../ProductTypeAPIimpl.cls.xml) (revision 57112) @@ -481,7 +481,7 @@ ElseIf ..IsTandemboxProduct(ProductID) { Set ProductType = ##class(DOM.PM.enu.ProductTypePrefix).Tandembox()} ElseIf ..IsTAORboxProduct(ProductID) { Set ProductType = ##class(DOM.PM.enu.ProductTypePrefix).TAORbox()} - Else { Set ProductType = ##class(DOM.PM.enu.ProductType).Onbepaald()} + Else { Set ProductType = ##class(DOM.PM.enu.ProductTypePrefix).Onbepaald()} Quit ProductType ]]>