Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-11-12 09:45:05 +01:00
commit 02e651eac8
3 changed files with 4 additions and 11 deletions

View File

@ -163,13 +163,5 @@
"model": "SupplierAddress",
"foreignKey": "supplierFk"
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}
}

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,3 +5,4 @@ SELECT
FROM invoiceOut io
JOIN ticket t ON t.refFk = io.ref
WHERE io.id = ?
ORDER BY t.shipped