refs #6877 add attenderFk #2427

Merged
carlossa merged 2 commits from 6877-modPeticionesCompra into dev 2024-05-09 10:53:11 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 0d43d9a982 - Show all commits

View File

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