Berechnung Grundgehalt angepasst. Bei fiktiven Werten letzter Wert aus Grundgehalt nicht tmp_grundgehalt

This commit is contained in:
aschwarz
2023-07-11 07:16:01 +02:00
parent 9e9270faaf
commit 272596d55b
8 changed files with 3817 additions and 1 deletions

View File

@ -100,6 +100,7 @@ if ($action == '') {
AND betrag != 0.00
GROUP BY date_format(monat,'%m')
ORDER BY date_format(monat,'%m') ASC";
echo $query2;
$result2 = $db->query($query2) or die("Cannot execute query2");
while ($row2 = $result2->fetch_array()) {
$value_vza[] = $row2;