Merge pull request 'MASTER_fix(client-debt-statment): typo' (!1319) from hoFix_client-debt-statment_typo into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1319
This commit is contained in:
Alex Moreno 2023-02-10 09:05:34 +00:00
commit d715f5ab7b
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</tr>
<tr>
<td class="font gray uppercase">{{$t('date')}}</td>
<th>{{formatDate(new Date(), '%d-%m-%Y');}}</th>
<th>{{formatDate(new Date(), '%d-%m-%Y')}}</th>
</tr>
</tbody>
</table>
@ -44,7 +44,7 @@
</thead>
<tbody v-for="sale in sales" :key="sale.id">
<tr>
<td>{{formatDate(sale.issued, '%d-%m-%Y');}}</td>
<td>{{formatDate(sale.issued, '%d-%m-%Y')}}</td>
<td>{{sale.ref}}</td>
<td class="number">{{sale.debtOut}}</td>
<td class="number">{{sale.debtIn}}</td>