Index: APPS/Halux/common/impl/VoegToeBezwaren/ProductieGroep.cls.xml =================================================================== diff -u -r29059 -r38245 --- APPS/Halux/common/impl/VoegToeBezwaren/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 29059) +++ APPS/Halux/common/impl/VoegToeBezwaren/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 38245) @@ -1,7 +1,7 @@ -TECH.Bezwaren.BezwarenBepaler,%RegisteredObject +TECH.RegisteredObject,TECH.Bezwaren.BezwarenBepaler DOM.AKP.Toelevering @@ -37,9 +37,9 @@ 1 { - do ..Bezwaren.Insert("Toelevering met meerdere productiegroepen is niet toegestaan") + do ..Bezwaren.Insert("Toelevering '"_..Toelevering.GeefID()_"' met meerdere productiegroepen is niet toegestaan") } elseif ( ProductieGroepen.Count() ) && ( '..IsGeldigeProductieGroep(ProductieGroepen.GetAt(1)) ) { - do ..Bezwaren.Insert("De productiegroep van de toelevering is verschillend van de productiegroep van de batch") + do ..Bezwaren.Insert("De productiegroep '"_ProductieGroepen.GetAt(1)_"' van toelevering '"_..Toelevering.GeefID()_"' is verschillend van de productiegroep '"_..Batch.GeefProductieGroep()_"' van batch '"_..Batch.GeefID()_"'") } quit ..Bezwaren