Better importing CN error display
[contractdashboard.git] / admin / import.php
blob:a/admin/import.php -> blob:b/admin/import.php
--- a/admin/import.php
+++ b/admin/import.php
@@ -255,16 +255,16 @@
 	flush();
 	$success+= processFile($path . $fname, "contractnotice");
 	$success+= processFile($path . $fname, "agency");
-	$success+= processFile($path . $fname, "agency");
+	$success+= processFile($path . $fname, "supplier");
 	echo "<br> $success records successfully created";
 	flush();
 }
 // run post import data processing
 // cn
-//include ("linkAmendments.php");
+include ("linkAmendments.php");
 include ("updateUNSPSC.php");
 // agency
-include ("setAgencyStatus.php");
-include ("setAgencyURLABN.php");
+//include ("setAgencyStatus.php");
+//include ("setAgencyURLABN.php");
 ?>