Update establishment.class.php
This commit is contained in:
parent
9967adaf09
commit
8ea475df64
@ -396,7 +396,7 @@ class Establishment extends CommonObject
|
|||||||
* Get on record Establishment
|
* Get on record Establishment
|
||||||
*
|
*
|
||||||
* @param int $id Id of record
|
* @param int $id Id of record
|
||||||
* @return obj
|
* @return Object
|
||||||
*/
|
*/
|
||||||
function getEstablishment($id)
|
function getEstablishment($id)
|
||||||
{
|
{
|
||||||
@ -457,7 +457,7 @@ class Establishment extends CommonObject
|
|||||||
*/
|
*/
|
||||||
function getNomUrlParent($id = 0, $withpicto = 0)
|
function getNomUrlParent($id = 0, $withpicto = 0)
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs, $conf;
|
||||||
|
|
||||||
$result='';
|
$result='';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user