refs #4548 fix(invoiceIn): report use invoiceIn.issued
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2023-05-17 11:54:59 +02:00
parent fa40bd9811
commit 058f828b92
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
</tr>
<tr>
<td class="font gray uppercase">{{$t('date')}}</td>
<th>{{formatDate(invoice.created, '%d-%m-%Y')}}</th>
<th>{{formatDate(invoice.issued, '%d-%m-%Y')}}</th>
</tr>
</tbody>
</table>

View File

@ -1,7 +1,7 @@
SELECT
i.supplierRef,
s.id supplierId,
i.created,
i.issued,
s.name,
s.street AS postalAddress,
s.nif,