Benjamin Völkl 2022-09-08 16:56:20 +02:00
parent 68099521d4
commit 7971fbaa45
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
function addExtractTotalRow(value){
$('#extract').append(`
<tr class="fw-bolder">
<td>Gesammt:</td>
<td>Gesamt:</td>
<td></td>
<td>${value} €</td>
</tr>