2 Commits
Author SHA1 Message Date
OpenXE 76603076cd Produktion typo bugfix 2022-11-21 11:48:51 +00:00
OpenXE 461b262e16 Release 1.6 2022-11-21 09:33:11 +00:00
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
f64f6f64cbe6499f4060a487603626a6d712a484
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$version="OSS";
$version_revision="1.5";
$version_revision="1.6";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";
+1 -1
View File
@@ -494,7 +494,7 @@ class Produktion {
$this->app->DB->Update($sql);
$msg .= "<div class=\"success\">Planung angelegt.</div>";
$this->ProtokollSchreiben($id,'Produktion geplant ($artikel_planen_menge)');
$this->ProtokollSchreiben($id,"Produktion geplant ($artikel_planen_menge)");
break;
case 'freigeben':