Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r30702 -r30737 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 30702) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 30737) @@ -63,8 +63,7 @@ #dim Batch As APPS.Halux.common.Batch = BatchService.GeefBatch(BatchID) #dim Builder As APPS.Halux.Planning.impl.BatchService.MaatwerkBatchBuilder = ..GeefMaatwerkBatchBuilder(Batch.GeefCategorie()) #dim ToeleveringIterator As TECH.Iterator = Batch.GeefToeleveringIterator() - While (ToeleveringIterator.HasNext()) - { + While (ToeleveringIterator.HasNext()) { #dim Toelevering As DOM.AKP.Toelevering = ToeleveringIterator.Next() #dim DueOut As %TimeStamp = ##class(TECH.DateTime).HorologToTimeStamp(Toelevering.GeefDueOutTime()) #dim ToeleveringInfo As APPS.Halux.Planning.impl.ToeleveringInfo = ##class(APPS.Halux.Planning.impl.ToeleveringInfo).OpenId(Toelevering.GeefID()) @@ -188,6 +187,8 @@ #dim ProductieGroep As APPS.Halux.common.enu.ProductieGroep = ProductieService.GeefProductieGroep(Toelevering.GeefKlantID(), ProductLijn.GeefProductID()) If ##class(TECH.StringUtils).Equals(ProductieGroep,##class(APPS.Halux.common.enu.ProductieGroep).Stuk(),##class(APPS.Halux.common.enu.ProductieGroep).Kast()) { Set Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Een() + } ElseIf ##class(TECH.StringUtils).Equals(ProductieGroep,"TAX-LC","TAX-BOG") { + Set Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Drie() } Else { Set Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Twee() } @@ -259,22 +260,17 @@ %ListOfDataTypes