Browse Source

mit komma

hmt 3 years ago
parent
commit
c395930e49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AHR Zwischenstand.svelte

+ 1 - 1
AHR Zwischenstand.svelte

@@ -112,7 +112,7 @@ hr {
           </tr>
           <tr>
             <td colspan="4">Vorläufige Durchschnittsnote</td>
-            <td class="text-center">{s.abi_abschluss.Note}</td>
+            <td class="text-center">{s.abi_abschluss.Note}{s.abi_abschluss.Note?.includes(',') ? '':',0'}</td>
           </tr>
         </table>
         <Voffset v="1" />