Some changes for sum with colspan from 1 to 2

This commit is contained in:
Artur 2024-10-28 08:13:05 +01:00
parent e4eead8b42
commit 6691daf585
1 changed files with 2 additions and 2 deletions

View File

@ -154,9 +154,9 @@
</tr>
@if( 12 == position.when.month || $index == amortizations.positions.length-1){
<tr>
<td colspan="4">
<td colspan="3">
</td>
<td colspan="1">
<td colspan="2">
<div class="row justify-content-end text-center">
<div class="frame col-auto">Łącznie w roku {{position.when.year}} odpis : {{ position.sumThisYear| number:'1.2-2' }} </div>
</div>