Produktion typo bugfix

This commit is contained in:
OpenXE 2022-11-21 11:48:51 +00:00
parent 461b262e16
commit 76603076cd

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':