]> _ Git - sandvik-apps.git/commitdiff
wait #4871 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 23 Mar 2022 16:42:44 +0000 (17:42 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 23 Mar 2022 16:42:44 +0000 (17:42 +0100)
ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx [deleted file]
ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx [new file with mode: 0644]
ScreeningMediaSelection/tools/refreshdata.php

diff --git a/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx b/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx
deleted file mode 100644 (file)
index a732927..0000000
Binary files a/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx and /dev/null differ
diff --git a/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx b/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx
new file mode 100644 (file)
index 0000000..a98708f
Binary files /dev/null and b/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx differ
index a091742df1071b388227f87d26dda70aa00e0f4c..c4eb3d1ab9babce73d4ef3d36ff6c182b55850fb 100644 (file)
@@ -3,7 +3,7 @@
 require_once 'common.php';
 $root = __DIR__ . '/../';
 $js = $root . 'js/data.js';
-$xlsx = $root . '/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx';
+$xlsx = $root . '/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx';
 $data = postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file', ['dataorg' => 'excelToArray', 'format' => 'js']);
 file_put_contents($js, $data);
 header('Location: ../');
\ No newline at end of file