Index: BL/FOP/Proxy/enu/HoofdingType/Verwerker.cls.xml
===================================================================
diff -u -r71063 -r75127
--- BL/FOP/Proxy/enu/HoofdingType/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 71063)
+++ BL/FOP/Proxy/enu/HoofdingType/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 75127)
@@ -50,6 +50,8 @@
Do ..VerwerkNoteborn()
} ElseIf HoofdingType = "OPO" {
Do ..VerwerkOPO()
+ } ElseIf HoofdingType = "Ostermann" {
+ Do ..VerwerkOstermann()
} ElseIf HoofdingType = "SFS" {
Do ..VerwerkSFS()
} ElseIf HoofdingType = "VHEPN" {
@@ -177,6 +179,12 @@
+
+1
+1
+
+
+
1
1
Index: BL/FOP/Proxy/enu/HoofdingType/AutoComplete.cls.xml
===================================================================
diff -u -r71063 -r75127
--- BL/FOP/Proxy/enu/HoofdingType/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 71063)
+++ BL/FOP/Proxy/enu/HoofdingType/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 75127)
@@ -142,6 +142,13 @@
1
+
+%String
+"Ostermann"
+1
+1
+
+
%String
"SFS"
Index: BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml
===================================================================
diff -u -r75106 -r75127
--- BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml (.../LeverbonHoofdingBepaler.cls.xml) (revision 75106)
+++ BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml (.../LeverbonHoofdingBepaler.cls.xml) (revision 75127)
@@ -104,6 +104,12 @@
Do ..VerwerkBlumPL(##class(DOM.common.BlumPLPersonality).Instance()) // De LeverbonHoofding mag voor klant dezelfde zijn als i.g.v. multipersonality.
} ElseIf ..IsBlumTsjechie(KLNr) {
Do ..VerwerkBlumCZ(##class(DOM.common.BlumCZPersonality).Instance()) // De LeverbonHoofding mag voor klant dezelfde zijn als i.g.v. multipersonality.
+ } ElseIf ..IsBlumTsjechie(KLNr) {
+ Do ..VerwerkBlumCZ(##class(DOM.common.BlumCZPersonality).Instance()) // De LeverbonHoofding mag voor klant dezelfde zijn als i.g.v. multipersonality.
+ } ElseIf ..IsOstermannBelgie(KLNr) {
+ Do ..VerwerkOstermannBE(##class(DOM.common.OstermannBEPersonality).Instance()) // De LeverbonHoofding mag voor klant dezelfde zijn als i.g.v. multipersonality.
+ } ElseIf ..IsOstermannNederland(KLNr) {
+ Do ..VerwerkOstermannNL(##class(DOM.common.OstermannNLPersonality).Instance()) // De LeverbonHoofding mag voor klant dezelfde zijn als i.g.v. multipersonality.
}
Else {
Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.UnimplementedException).%New("Voor KLNr '"_KLNr_"' is er nog geen eigen LeverbonHoofding voorzien i.g.v. niet-multipersonality. "))
@@ -239,6 +245,22 @@
]]>
+
+KLNr:%Integer
+1
+%Boolean
+
+
+
+
+KLNr:%Integer
+1
+%Boolean
+
+
+
VanHoeckePersonality:DOM.common.VanHoeckePersonality
OstermannBEPersonality:DOM.common.OstermannBEPersonality
+
OstermannNLPersonality:DOM.common.OstermannNLPersonality
+
Index: BL/FOP/Proxy/enu/HoofdingType.cls.xml
===================================================================
diff -u -r71063 -r75127
--- BL/FOP/Proxy/enu/HoofdingType.cls.xml (.../HoofdingType.cls.xml) (revision 71063)
+++ BL/FOP/Proxy/enu/HoofdingType.cls.xml (.../HoofdingType.cls.xml) (revision 75127)
@@ -169,6 +169,13 @@
+
+
+1
+BL.FOP.Proxy.enu.HoofdingType
+
+