From e025167747450fe088770a452035f6eb7291e57b Mon Sep 17 00:00:00 2001 From: Neil Orley Date: Wed, 8 Nov 2017 17:17:25 +0100 Subject: [PATCH] Modify getAvailability comments --- htdocs/api/class/api_setup.class.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php index b72b12fe7c1..9a5b18ca95d 100644 --- a/htdocs/api/class/api_setup.class.php +++ b/htdocs/api/class/api_setup.class.php @@ -208,16 +208,15 @@ class Setup extends DolibarrApi return $this->_cleanObjectDatas($country); } - - /** + /** * Get the list of delivery times. * * @param string $sortfield Sort field * @param string $sortorder Sort order * @param int $limit Number of items per page * @param int $page Page number {@min 0} - * @param int $active Payment type is active or not {@min 0} {@max 1} - * @param string $sqlfilters SQL criteria to filter with. Syntax example "(t.code:=:'CHQ')" + * @param int $active Delivery times is active or not {@min 0} {@max 1} + * @param string $sqlfilters SQL criteria to filter with. * * @url GET dictionary/availability *