Index: HADWIZ.mac.rou =================================================================== diff -u -r58853 -r63492 --- HADWIZ.mac.rou (.../HADWIZ.mac.rou) (revision 58853) +++ HADWIZ.mac.rou (.../HADWIZ.mac.rou) (revision 63492) @@ -110,7 +110,7 @@ #dim Groep,HalID As %String #dim ProductTypeAPI As DOM.PM.ProductTypeAPI = ##class(DOM.DomeinContext).Instance().GeefProductTypeAPI() - If (ProductTypeAPI.IsLegraboxProduct(PRNr)) || (ProductTypeAPI.IsTAORboxProduct(PRNr) ) { + If (ProductTypeAPI.IsLegraboxProduct(PRNr)) || (ProductTypeAPI.IsTAORboxProduct(PRNr) ) || (ProductTypeAPI.IsMerivoboxProduct(PRNr) ) { #dim BestandLocatie As %String = ##class(BL.Legacy.HADWIZ).%New().GenereerProductDetailBlad(PRNr) Do:(BestandLocatie'="") DisplayDoc(BestandLocatie) Do REFRESH^vhTERMINA()