Przeglądaj źródła

Revert "Poprawka do importu billingu z centrali Adescom"

This reverts commit 4a7da8bfff0fea60fb060bf773508e3690702af6.
Mariusz Muszyński 1 tydzień temu
rodzic
commit
deab8f18b4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/se-lib/Route/UrlAction/VoIPAmsImport.php

+ 1 - 1
SE/se-lib/Route/UrlAction/VoIPAmsImport.php

@@ -46,7 +46,7 @@ class Route_UrlAction_VoIPAmsImport extends RouteBase {
 		array_shift($csv);
 
 		$csv = array_filter($csv, function($a) {
-			if (($a['TG wych.'] == '-1') || (!$a['TG wych.'])) return false;
+			if ($a['TG wych.'] != '27') return false;
 			if ($a['Koszt netto'] == '0,00') return false;
 			return true;
 		});