Produktion remove old msg on submit
This commit is contained in:
parent
625b9627e8
commit
df028888e9
|
|
@ -367,6 +367,9 @@ class Produktion {
|
|||
|
||||
if ($submit != '')
|
||||
{
|
||||
|
||||
$msg = "";
|
||||
|
||||
switch ($submit) {
|
||||
case 'speichern':
|
||||
// Write to database
|
||||
|
|
|
|||
Loading…
Reference in New Issue