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
|
|
@ -47,7 +47,7 @@ echo_debug("quick_code_pdf",__LINE__,$f_id);
|
|||
$Fiche=new fiche($cn,$f_id);
|
||||
|
||||
|
||||
list($array,$tot_deb,$tot_cred)=$Fiche->GetRow($from_periode,$to_periode);
|
||||
list($array,$tot_deb,$tot_cred)=$Fiche->get_row($from_periode,$to_periode);
|
||||
// don't print empty account
|
||||
if ( count($array) == 0 ) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue