Index: BL/FOP/Proxy/enu/HoofdingType.cls.xml =================================================================== diff -u -r62181 -r62300 --- BL/FOP/Proxy/enu/HoofdingType.cls.xml (.../HoofdingType.cls.xml) (revision 62181) +++ BL/FOP/Proxy/enu/HoofdingType.cls.xml (.../HoofdingType.cls.xml) (revision 62300) @@ -85,6 +85,13 @@ + + +1 +BL.FOP.Proxy.enu.HoofdingType + + Index: BL/FOP/Proxy/enu/HoofdingType/AutoComplete.cls.xml =================================================================== diff -u -r62181 -r62300 --- BL/FOP/Proxy/enu/HoofdingType/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 62181) +++ BL/FOP/Proxy/enu/HoofdingType/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 62300) @@ -78,6 +78,13 @@ 1 1 + + +%String +"Donckers - Van Raemdonck" +1 +1 + Index: BL/FOP/Proxy/enu/HoofdingType/Verwerker.cls.xml =================================================================== diff -u -r62181 -r62300 --- BL/FOP/Proxy/enu/HoofdingType/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 62181) +++ BL/FOP/Proxy/enu/HoofdingType/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 62300) @@ -32,6 +32,8 @@ Do ..VerwerkSFS() } ElseIf HoofdingType = "VHEPN" { Do ..VerwerkVanHoecke() + } ElseIf HoofdingType = "Donckers - Van Raemdonck" { + Do ..VerwerkVanRaemdonck() } Else { Set Exceptie = ##class(TECH.Exceptions.EnumerationException).%New(HoofdingType,"BL.FOP.Proxy.enu.HoofdingType",$classname()) Do ##class(TECH.ExceptionHandler).Throw(Exceptie) @@ -98,6 +100,12 @@ 1 + + +1 +1 + +