Fixing style errors.
This commit is contained in:
parent
d0a599a1d8
commit
e807cb6b03
@ -770,7 +770,7 @@ if ($resql)
|
|||||||
|
|
||||||
$generic_commande = new Commande($db);
|
$generic_commande = new Commande($db);
|
||||||
$generic_product = new Product($db);
|
$generic_product = new Product($db);
|
||||||
|
|
||||||
$companystatic = array();
|
$companystatic = array();
|
||||||
$getNomUrl = array();
|
$getNomUrl = array();
|
||||||
|
|
||||||
@ -785,7 +785,7 @@ if ($resql)
|
|||||||
$text_info='';
|
$text_info='';
|
||||||
$text_warning='';
|
$text_warning='';
|
||||||
$nbprod=0;
|
$nbprod=0;
|
||||||
|
|
||||||
if (!isset($companystatic[$obj->socid])) {
|
if (!isset($companystatic[$obj->socid])) {
|
||||||
$companystatic[$obj->socid] = new Societe($db);
|
$companystatic[$obj->socid] = new Societe($db);
|
||||||
$companystatic[$obj->socid]->id = $obj->socid;
|
$companystatic[$obj->socid]->id = $obj->socid;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user