Skip to content

Commit

Permalink
Update modules_expensereport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 3, 2018
1 parent 5d20af7 commit 756f8a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/core/modules/expensereport/modules_expensereport.php
Expand Up @@ -122,7 +122,6 @@ function canBeActivated()
/**
* Renvoie prochaine valeur attribuee
*
* @param Societe $objsoc Object thirdparty
* @param Object $object Object we need next value for
* @return string Valeur
*/
Expand All @@ -148,4 +147,4 @@ function getVersion()
if ($this->version) return $this->version;
return $langs->trans("NotAvailable");
}
}
}

0 comments on commit 756f8a1

Please sign in to comment.