refactor(ticketTracking.userFk): refs #6398 workerFk to userFk #1874

Merged
davidd merged 7 commits from 6398-ticketTracking-change-workerFk-to-userFk into dev 2023-12-13 11:20:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bec1ff71ef - Show all commits

View File

@ -112,7 +112,7 @@ module.exports = Self => {
{ {
relation: 'taxTypeSage', relation: 'taxTypeSage',
scope: { scope: {
fields: ['vat'] fields: ['vat', 'rate']
} }
}] }]
} }