change buchbar to zeitaufzeichnung

This commit is contained in:
OliiverHacker
2021-04-01 18:29:19 +02:00
parent 8a672780b2
commit 131ec0e33c
13 changed files with 67 additions and 67 deletions
+3 -3
View File
@@ -72,13 +72,13 @@ function saveProjekt($username, $passwort, $projekt)
$projektNew->anzahl_ma = $projekt->anzahl_ma;
$projektNew->aufwand_pt = $projekt->aufwand_pt;
if($projekt->buchbar=='true')
if($projekt->zeitaufzeichnung=='true')
{
$projektNew->buchbar = true;
$projektNew->zeitaufzeichnung = true;
}
else
{
$projektNew->buchbar = false;
$projektNew->zeitaufzeichnung = false;
}
if($projekt->neu=='true')