From c4f8734d441b4917f707990e477bc8ac341d090d Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 3 Apr 2024 09:48:56 +0200 Subject: [PATCH] refs #6321 fix: param --- modules/ticket/back/methods/ticket/itemLackDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ticket/back/methods/ticket/itemLackDetail.js b/modules/ticket/back/methods/ticket/itemLackDetail.js index c965267199..5e9796ee91 100644 --- a/modules/ticket/back/methods/ticket/itemLackDetail.js +++ b/modules/ticket/back/methods/ticket/itemLackDetail.js @@ -6,7 +6,7 @@ module.exports = Self => { accessType: 'READ', accepts: [ { - arg: 'itemFk', + arg: 'id', type: 'number', description: 'The item id', },