claim basic-data minor bug
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2022-06-27 18:20:26 +02:00
parent 84606de1da
commit 4c5c51a319
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,10 @@
{
"name": "ClaimObservation",
"base": "VnModel",
"base": "Loggable",
"log": {
"model": "ClaimLog",
"relation": "claim"
},
"options": {
"mysql": {
"table": "claimObservation"
@ -29,6 +33,11 @@
"type": "belongsTo",
"model": "Worker",
"foreignKey": "workerFk"
},
"claim": {
"type": "belongsTo",
"model": "Claim",
"foreignKey": "claimFk"
}
}
}

View File

@ -51,8 +51,6 @@
label="Packages received"
ng-model="$ctrl.claim.packages">
</vn-input-number>
</vn-horizontal>
<vn-horizontal>
<vn-check
class="vn-mr-md"
label="Pick up"