refs #4548 hotFix(invoiceIn): report use invoiceIn.issued #1527

Merged
alexm merged 3 commits from hotFix_invoiceIn_issued into master 2023-05-19 06:27:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 058f828b92 - Show all commits

View File

@ -19,7 +19,7 @@
</tr> </tr>
<tr> <tr>
<td class="font gray uppercase">{{$t('date')}}</td> <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> </tr>
</tbody> </tbody>
</table> </table>

View File

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