Index: APPS/OV/OrderBevestiging/impl/WachtrijAfhandelaar/Hein.cls.xml
===================================================================
diff -u
--- APPS/OV/OrderBevestiging/impl/WachtrijAfhandelaar/Hein.cls.xml (revision 0)
+++ APPS/OV/OrderBevestiging/impl/WachtrijAfhandelaar/Hein.cls.xml (revision 45605)
@@ -0,0 +1,35 @@
+
+
+
+APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.Base
+
+
+Verstuurder:APPS.OV.OrderBevestiging.Verstuurder
+1
+1
+%Status
+1
+
+
+
+
+1
+DOM.common.PartijID
+
+
+
+
+1
+TECH.String
+
+
+
+
+
+
Index: vhDeploy/D20170919xMailOntvangerHein.cls.xml
===================================================================
diff -u
--- vhDeploy/D20170919xMailOntvangerHein.cls.xml (revision 0)
+++ vhDeploy/D20170919xMailOntvangerHein.cls.xml (revision 45605)
@@ -0,0 +1,21 @@
+
+
+
+vhDeploy.Deploy
+
+
+%String
+Mail ontvangers voor VHisie4 bestellingen Hein
+
+
+
+1
+
+
+
+
+
+
Index: APPS/OV/impl/OrderVerwerkingAPI.cls.xml
===================================================================
diff -u -r31706 -r45605
--- APPS/OV/impl/OrderVerwerkingAPI.cls.xml (.../OrderVerwerkingAPI.cls.xml) (revision 31706)
+++ APPS/OV/impl/OrderVerwerkingAPI.cls.xml (.../OrderVerwerkingAPI.cls.xml) (revision 45605)
@@ -24,6 +24,9 @@
} elseif (KlantID = ##class(DOM.VKP.enu.Klant).Bruynzeel()) {
set Afhandelaar = ##class(APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.Bruynzeel).%New()
set OrderBevestiger = ##class(APPS.OV.OrderBevestiging.impl.OrderBevestiger.OrderBevestigerMetWachtrij).%New(Afhandelaar)
+ } elseif (KlantID = ##class(DOM.VKP.enu.Klant).Hein()){
+ set Afhandelaar = ##class(APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.Hein).%New()
+ set OrderBevestiger = ##class(APPS.OV.OrderBevestiging.impl.OrderBevestiger.OrderBevestigerMetWachtrij).%New(Afhandelaar)
} else {
set OrderBevestiger = ##class(APPS.OV.OrderBevestiging.impl.OrderBevestiger.OrderBevestigerDummy).%New()
}
@@ -42,6 +45,8 @@
Set WachtrijAfhandelaar = ##class(APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.Bruynzeel).%New()
} Elseif (KlantID = ##class(DOM.VKP.enu.Klant).DKGDeKeukenfabriek()) {
Set WachtrijAfhandelaar = ##class(APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.DKG).%New()
+ } Elseif (KlantID = ##class(DOM.VKP.enu.Klant).Hein()) {
+ Set WachtrijAfhandelaar = ##class(APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.Hein).%New()
} Else {
Set WachtrijAfhandelaar = ##class(APPS.OV.OrderBevestiging.impl.WachtrijAfhandelaar.Dummy).%New()
}
Index: APPS/OV/OrderBevestiging/impl/Verstuurder/Hein.cls.xml
===================================================================
diff -u
--- APPS/OV/OrderBevestiging/impl/Verstuurder/Hein.cls.xml (revision 0)
+++ APPS/OV/OrderBevestiging/impl/Verstuurder/Hein.cls.xml (revision 45605)
@@ -0,0 +1,80 @@
+
+
+
+APPS.OV.OrderBevestiging.impl.Verstuurder.Base
+
+
+1
+TECH.String
+
+
+
+
+1
+TECH.String
+
+
+
+
+BestandNaam:TECH.String,OrderBevestigingen:%ListOfObjects
+1
+
+
+
+
+1
+TECH.DataExporter.ExportInfo
+
+
+
+
+OrderBevestigingLijn:APPS.OV.OrderBevestiging.data.OrderLijn
+1
+
+
+
+
+
+