Modify getAvailability comments
This commit is contained in:
parent
ac64ada264
commit
e025167747
@ -208,16 +208,15 @@ class Setup extends DolibarrApi
|
|||||||
return $this->_cleanObjectDatas($country);
|
return $this->_cleanObjectDatas($country);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
/**
|
|
||||||
* Get the list of delivery times.
|
* Get the list of delivery times.
|
||||||
*
|
*
|
||||||
* @param string $sortfield Sort field
|
* @param string $sortfield Sort field
|
||||||
* @param string $sortorder Sort order
|
* @param string $sortorder Sort order
|
||||||
* @param int $limit Number of items per page
|
* @param int $limit Number of items per page
|
||||||
* @param int $page Page number {@min 0}
|
* @param int $page Page number {@min 0}
|
||||||
* @param int $active Payment type is active or not {@min 0} {@max 1}
|
* @param int $active Delivery times is active or not {@min 0} {@max 1}
|
||||||
* @param string $sqlfilters SQL criteria to filter with. Syntax example "(t.code:=:'CHQ')"
|
* @param string $sqlfilters SQL criteria to filter with.
|
||||||
*
|
*
|
||||||
* @url GET dictionary/availability
|
* @url GET dictionary/availability
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user