Index: zTryout/PBO/Scripts/LadeFinder.cls.xml =================================================================== diff -u -r29059 -r38580 --- zTryout/PBO/Scripts/LadeFinder.cls.xml (.../LadeFinder.cls.xml) (revision 29059) +++ zTryout/PBO/Scripts/LadeFinder.cls.xml (.../LadeFinder.cls.xml) (revision 38580) @@ -145,7 +145,7 @@ //TODO #dim IsBinnenlade As %Boolean = $$$False try { - Set IsBinnenlade = Product.IsBinnenLade() + Set IsBinnenlade = Product.IsBinnenlade() } catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Do ..ErrorFileWriter.WriteLine("-----"_Product_"----------------------------------------")