Update societe.class.php

wrong name of outstandingbill function
This commit is contained in:
BENKE Charles 2013-11-08 13:58:48 +01:00
parent cf8ff25d5b
commit 150118245f

View File

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