Merge branch 'dev' into 5368-fix-expedition-pallet-label
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2023-03-13 09:19:39 +00:00
commit 60c137b280
3 changed files with 5132 additions and 5123 deletions

File diff suppressed because it is too large Load Diff

View File

@ -154,6 +154,11 @@
"model": "Account",
"foreignKey": "id"
},
"user": {
"type": "belongsTo",
"model": "Account",
"foreignKey": "id"
},
"payMethod": {
"type": "belongsTo",
"model": "PayMethod",

View File

@ -6,7 +6,7 @@
align-items: center;
border-radius: 50%;
font-size: .9rem;
width: 30px;
height: 30px;
height: 28px;
width: 28px;
cursor: pointer;
}