Some changes for sum with colspan from 1 to 2
This commit is contained in:
parent
e4eead8b42
commit
6691daf585
|
|
@ -154,9 +154,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
@if( 12 == position.when.month || $index == amortizations.positions.length-1){
|
@if( 12 == position.when.month || $index == amortizations.positions.length-1){
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4">
|
<td colspan="3">
|
||||||
</td>
|
</td>
|
||||||
<td colspan="1">
|
<td colspan="2">
|
||||||
<div class="row justify-content-end text-center">
|
<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 class="frame col-auto">Łącznie w roku {{position.when.year}} odpis : {{ position.sumThisYear| number:'1.2-2' }} </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue