refs #6976 fix pdf
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-04-23 10:07:40 +02:00
parent 0537a3eca3
commit 34bb0e9052
2 changed files with 12 additions and 2 deletions

View File

@ -22,3 +22,8 @@ h2 {
.black {
color: black;
}
.totalFootpage {
margin: 20px;
background-color: blue;
}

View File

@ -65,13 +65,18 @@
<span v-if="buy.value5"> <strong>{{buy.tag5}}</strong> {{buy.value5}} </span>
<span v-if="buy.value6"> <strong>{{buy.tag6}}</strong> {{buy.value6}} </span>
<span v-if="buy.value7"> <strong>{{buy.tag7}}</strong> {{buy.value7}} </span>
<div>{{total.quantity}}</div>
</td>
</tr>
</tbody>
</table>
</div>
<table>
<tr class="font bold no-page-break">
<td>{{$t('total')}}</td>
<td class="number">{{total.price | currency('EUR', $i18n.locale)}}</td>
<td></td>
</tr>
</table>
</div>
</div>
<template v-slot:footer>