Excel zur Erfassung von Besoldungen

This commit is contained in:
aschwarz 2023-07-11 09:42:33 +02:00
parent 37756be6b3
commit 56c273ae1e
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if($action == ''){
WHERE besoldung like '$filter_besoldung'
AND stufe like '$filter_stufe'
ORDER BY startdat DESC, besoldung DESC, stufe DESC";
echo $query2;
$result2 = $db->query( $query2)
or die ("Cannot execute query2");