fix(invoice): order by shipped
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-11-12 08:45:02 +01:00
parent cae69a2ce4
commit bcaa11a3c4
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
</div>
</div>
<div class="pull-left">
<h2>Shipped</h2>
<h2>{{$t('shipped')}}</h2>
</div>
<div class="pull-left">
<div class="field rectangle">

View File

@ -5,4 +5,4 @@ SELECT
FROM invoiceOut io
JOIN ticket t ON t.refFk = io.ref
WHERE io.id = ?
ORDER BY t.id
ORDER BY t.shipped