Mariusz Muszyński 1 周之前
父节点
当前提交
664c5fa6d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.'] == '-1') || (!$a['TG wych.'])) return false;
 			if ($a['Koszt netto'] == '0,00') return false;
 			return true;
 		});