mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Rundung der SWS angepasst
This commit is contained in:
@@ -345,7 +345,7 @@ if($result = $db->db_query($qry))
|
||||
$person_content.="
|
||||
<Funktion>
|
||||
<StgKz>".sprintf("%04s",$row_fkt['stgkz'])."</StgKz>
|
||||
<SWS>".number_format($row_fkt['sws'])."</SWS>";
|
||||
<SWS>".number_format($row_fkt['sws'],2)."</SWS>";
|
||||
if($row_fkt['hauptberuflich']=='t')
|
||||
{
|
||||
$person_content.="
|
||||
|
||||
Reference in New Issue
Block a user