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

This commit is contained in:
Joan Sanchez 2021-11-12 09:43:50 +01:00
commit f32db33ed9
3 changed files with 4 additions and 11 deletions

View File

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

View File

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

View File

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