Code Cleaning : get-> load, GetWWW ==> get_www
This commit is contained in:
parent
32e57311b7
commit
d11266d34f
43 changed files with 96 additions and 96 deletions
|
|
@ -536,7 +536,7 @@ class Document
|
|||
$tiers->Getbyqcode($qcode,false);
|
||||
$p=$tiers->strAttribut(ATTR_DEF_ACCOUNT);
|
||||
$poste=new Poste($this->db,$p);
|
||||
$r=$poste->GetSolde(' true' );
|
||||
$r=$poste->get_solde(' true' );
|
||||
break;
|
||||
case 'CUST_NAME':
|
||||
$tiers=new fiche($this->db);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue