Skip to content

Commit

Permalink
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 12, 2017
2 parents 3d8c5b3 + 7a8a95c commit f408c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/commande/class/api_commande.class.php
Expand Up @@ -193,7 +193,7 @@ function getList($mode=0, $sortfield = "s.rowid", $sortorder = 'ASC', $limit = 0
* @return array Array of order objects
*/
function getListForSoc($socid = 0) {
return getList(0,"s.rowid","ASC",0,0,$socid);
return $this->getList(0,"s.rowid","ASC",0,0,$socid);
}


Expand Down
2 changes: 1 addition & 1 deletion htdocs/societe/class/api_contact.class.php
Expand Up @@ -17,7 +17,7 @@

use Luracast\Restler\RestException;

//require_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';
require_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';

/**
* API class for contact object
Expand Down

0 comments on commit f408c88

Please sign in to comment.