Index: zbcheck.mac.rou =================================================================== diff -u -r58929 -r58930 --- zbcheck.mac.rou (.../zbcheck.mac.rou) (revision 58929) +++ zbcheck.mac.rou (.../zbcheck.mac.rou) (revision 58930) @@ -21,7 +21,7 @@ Set CheckFAKT=1 ;$$CHECK^ZBCHKFLO("F") ; *** Facturen *** Set CheckPROF=1 ;$$CHECK^ZBCHKFLO("V") ; *** Proformas *** Set CheckPR=$$CHECK^ZBCHKPR() ; *** Productbestanden *** - #dim CheckVhossOpMeerdereLocaties = ##class(APPS.VisiDot.impl.VHossService).%New().CheckVhossOpMeerdereLocaties() + #dim CheckVhossOpMeerdereLocaties As %Boolean = ##class(APPS.VisiDot.impl.VHossService).%New().CheckVhossOpMeerdereLocaties() #dim AlleControlesGeslaagd As %Boolean = (CheckWn && CheckFlo && CheckOrd && CheckBon && CheckToe && CheckKup && CheckRcp && CheckDUO && CheckDUB && CheckFAKT && CheckPROF && CheckPR && CheckVhossOpMeerdereLocaties) Quit AlleControlesGeslaagd ;