fixes #5088 client.balance quitar texto en balance #1296

Merged
alexandre merged 2 commits from 5088-clientBalance-ponerReceiptId into dev 2023-02-01 06:27:12 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="content">
<h1 class="title centered uppercase">{{$t('title')}}</h1>
<p class="centered">
Recibo de <strong class="uppercase">{{client.socialName}}</strong>,
Recibo #{{receipt.id}} de <strong class="uppercase">{{client.socialName}}</strong>,
la cantidad de <strong>{{receipt.amountPaid}} €</strong>
en concepto de 'entrega a cuenta'.
</p>