From 150118245f1e9d387fa283462c4ca48f8773aea8 Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Fri, 8 Nov 2013 13:58:48 +0100 Subject: [PATCH] Update societe.class.php wrong name of outstandingbill function --- htdocs/societe/class/societe.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index a7d4ce2e850..e79242d35a9 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -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) {