Browse Source

Fixe log chargement fichier

stany.ferer 2 years ago
parent
commit
251067086d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/submit/cms.proweb-import-salaries.php

+ 2 - 2
core/submit/cms.proweb-import-salaries.php

@@ -130,11 +130,11 @@ if (core::ifPost("from") AND core::getPost("from") == $name["files"]) {
             json::create("excel-proweb");
             json::create($name["json"]);
 
-            historique::recRef("/proweb-export-csv.html");
+            historique::recRef("/proweb-historique-excel.html");
             historique::add(array(
                 "idType" => historique::getIdRef("ACTION"),
                 "idUser" => session::getId(),
-                "idPage" => historique::getIdRef("/proweb-export-csv.html"),
+                "idPage" => historique::getIdRef("/proweb-historique-excel.html"),
                 "log" => "Import du fichier " . $_FILES[$name["files"]]['name']
             ));