Merge pull request #1291 from defrance69/patch-18

Update societe.class.php
This commit is contained in:
Laurent Destailleur
2013-11-09 16:09:23 -08:00

View File

@@ -2784,7 +2784,7 @@ class Societe extends CommonObject
* @param User $user User making change * @param User $user User making change
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
function set_outstanding($user) function set_OutstandingBill ($user)
{ {
if ($this->id) if ($this->id)
{ {