From: Vincent Vanwaelscappel Date: Wed, 23 Mar 2022 16:42:44 +0000 (+0100) Subject: wait #4871 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=adbb1ceb578bc8cf1cceebdc75718ad01bb990da;p=sandvik-apps.git wait #4871 @0.25 --- diff --git a/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx b/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.6-Draft.xlsx deleted file mode 100644 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 index 0000000..a98708f Binary files /dev/null and b/ScreeningMediaSelection/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx differ diff --git a/ScreeningMediaSelection/tools/refreshdata.php b/ScreeningMediaSelection/tools/refreshdata.php index a091742..c4eb3d1 100644 --- a/ScreeningMediaSelection/tools/refreshdata.php +++ b/ScreeningMediaSelection/tools/refreshdata.php @@ -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