Explorar o código

Windykacja Panel change filtr kontakt tel from 3 month to 14 days

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
1fe6c9b4ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/superedit-USERS2_WINDYKACJA_STATUS.php

+ 1 - 1
SE/superedit-USERS2_WINDYKACJA_STATUS.php

@@ -3711,7 +3711,7 @@ class WindykacjaStatsHelper {
 				w.`PAY_SALDO`<0
 				and w.`A_STATUS` in('wezwanie1', 'waiting-wezwanie2', 'wezwanie2', 'waiting-krd')
 				and ( w.`LAST_PHONE_STATUS_DATE`='0000-00-00'
-					or w.`LAST_PHONE_STATUS_DATE`<DATE_SUB(NOW(), INTERVAL 3 MONTH) )
+					or w.`LAST_PHONE_STATUS_DATE`<DATE_SUB(NOW(), INTERVAL 14 DAY) )
 				{$sqlWhereAdd}
 		";
 		$res = $db->query($sql);