Parcourir la source

Windyakcja Panel: fix send mass sms with saldo limit

Piotr Labudda il y a 11 ans
Parent
commit
40fb6a9a03
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      SE/superedit-USERS2_WINDYKACJA_STATUS.php

+ 1 - 0
SE/superedit-USERS2_WINDYKACJA_STATUS.php

@@ -281,6 +281,7 @@ jQuery(document).ready(function () {
 								$zaleglosc = number_format($user->PAY_SALDO, 2, ',', '');
 								echo "pominięto klienta {$user->ID} ze względu na limit płatności (zaległość: {$zaleglosc} zł)";
 							echo '</div>';
+							continue;
 						} else {
 							//echo '<div class="alert alert-info">';
 							//	echo "wysyłanie wiadomości do klienta {$user->ID}...";