Compare commits
2
Commits
zahlungseingang
...
V.1.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76603076cd | ||
|
|
461b262e16 |
@@ -1 +0,0 @@
|
||||
f64f6f64cbe6499f4060a487603626a6d712a484
|
||||
+1
-1
@@ -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).")";
|
||||
|
||||
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user