Index: APPS/Halux/Planning/Pitching/impl/BatchPitchExportedService/BatchPitchExportedHelper.cls.xml =================================================================== diff -u -r71728 -r71738 --- APPS/Halux/Planning/Pitching/impl/BatchPitchExportedService/BatchPitchExportedHelper.cls.xml (.../BatchPitchExportedHelper.cls.xml) (revision 71728) +++ APPS/Halux/Planning/Pitching/impl/BatchPitchExportedService/BatchPitchExportedHelper.cls.xml (.../BatchPitchExportedHelper.cls.xml) (revision 71738) @@ -40,8 +40,7 @@ #dim IsBatchVooraanToegevoegd As %Boolean = ..BepaalIsBatchVooraanToegevoegd(PitchedBatch) #dim IsBatchAchteraanToegevoegd As %Boolean = ..BepaalIsBatchAchteraanToegevoegd(PitchedBatch) - If (IsBatchVooraanToegevoegd) - { + If (IsBatchVooraanToegevoegd) { Set Volgnummer = ..GeefVolgnummerVoorBatchVooraanToegevoegd(PitchedBatch) } ElseIf (IsBatchAchteraanToegevoegd) { Set Volgnummer = ..GeefVolgnummerVoorBatchAchteraanToegevoegd(PitchedBatch) Index: vhUnitTest/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedService/BatchPitchExportHelper/BepaalVolgnummer/Test.cls.xml =================================================================== diff -u -r71734 -r71738 --- vhUnitTest/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedService/BatchPitchExportHelper/BepaalVolgnummer/Test.cls.xml (.../Test.cls.xml) (revision 71734) +++ vhUnitTest/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedService/BatchPitchExportHelper/BepaalVolgnummer/Test.cls.xml (.../Test.cls.xml) (revision 71738) @@ -3,19 +3,22 @@ vhUnitTest.TestCase - + - - - - - - - - - - - - - - - - BatchId:%String,LijnNr:%Integer 1