refs #6877 remove restriction
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-05-08 13:20:45 +02:00
parent 5e8e09cbae
commit 0d43d9a982
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ module.exports = Self => {
description: 'The requested item quantity',
}, {
arg: 'attenderFk',
type: 'number',
required: true
type: 'number'
}],
returns: {
type: 'object',