a.binder il y a 9 ans
Parent
commit
58bfcbee45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      SE/superedit-view_L_APPOITMENT_OVERWIEV.php

+ 1 - 1
SE/superedit-view_L_APPOITMENT_OVERWIEV.php

@@ -70,7 +70,7 @@ foreach($tbls as $tbl) {
 				} else echo "<br> Nie ma ".$src." w tabeli".$tbl;
 			}
 			
-			$errors_=" , if(t1.L_APPOITMENT_USER not like '' and t1.L_APPOITMENT_USER not null and t1.A_STATUS in ('NORMAL','WAITING') and (t2.A_STATUS!='NORMAL' or t2.ADM_ADMIN_LEVEL>5),'Ustalony pracownik nie pracuje','') as ERROR  "; //do weryfikacji bledow w spotkaniach
+			$errors_=" , if(t1.L_APPOITMENT_USER not like '' and t1.L_APPOITMENT_USER is not null and t1.A_STATUS in ('NORMAL','WAITING') and (t2.A_STATUS!='NORMAL' or t2.ADM_ADMIN_LEVEL>5),'Ustalony pracownik nie pracuje','') as ERROR  "; //do weryfikacji bledow w spotkaniach
 			
 			
 			$sql_=array();