fix: refs #7039 fix item-tax
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-06-11 14:15:10 +02:00
parent a6c8b2bebe
commit 8039530ab4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default class Controller extends Section {
fields: ['id', 'countryFk', 'taxClassFk'],
include: [{
relation: 'country',
scope: {fields: ['country']}
scope: {fields: ['name']}
}]
};