From 3c26825b5d86e3507f31b23c68aeee3ac20d9f6a Mon Sep 17 00:00:00 2001 From: Christian Humpel Date: Sat, 21 Jan 2023 08:49:24 +0100 Subject: [PATCH] change description --- htdocs/api/class/api_setup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php index 34fed417e70..c79a3e63653 100644 --- a/htdocs/api/class/api_setup.class.php +++ b/htdocs/api/class/api_setup.class.php @@ -1692,7 +1692,7 @@ class Setup extends DolibarrApi * @param int $active Payment term is active or not {@min 0} {@max 1} * @param string $lang Code of the language the label of the type must be translated to * @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)" - * @return array List of ticket types + * @return array List of incoterm types * * @url GET dictionary/incoterms *