From 76b32e1d2551603dbd79f474a208bf3a38776fe3 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 18 Nov 2024 13:19:25 +0100 Subject: [PATCH] feat: refs #8077 add description to sumAmount --- modules/client/back/methods/defaulter/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/back/methods/defaulter/filter.js b/modules/client/back/methods/defaulter/filter.js index c38926db0..14b55f9b9 100644 --- a/modules/client/back/methods/defaulter/filter.js +++ b/modules/client/back/methods/defaulter/filter.js @@ -22,7 +22,7 @@ module.exports = Self => { { arg: 'sumAmount', type: 'boolean', - description: `` + description: `Indicates whether to calculate the total sum of amounts or to return detailed records` } ], returns: {