Bad sort field
This commit is contained in:
parent
638c534211
commit
db5a2bacd1
@ -107,7 +107,7 @@ class ThirdpartyApi extends DolibarrApi {
|
|||||||
*
|
*
|
||||||
* @return array Array of thirdparty objects
|
* @return array Array of thirdparty objects
|
||||||
*/
|
*/
|
||||||
function getList($mode, $sortfield = "c.rowid", $sortorder = 'ASC', $limit = 0, $page = 0) {
|
function getList($mode=0, $sortfield = "s.rowid", $sortorder = 'ASC', $limit = 0, $page = 0) {
|
||||||
global $db, $conf;
|
global $db, $conf;
|
||||||
|
|
||||||
$obj_ret = array();
|
$obj_ret = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user