Fix: en fait on partait sur la class Commande au lieu de la class CommandeFournisseur
This commit is contained in:
parent
17ed172345
commit
0612447aa8
@ -58,7 +58,7 @@ if ($socid > 0)
|
|||||||
|
|
||||||
llxHeader('',$title);
|
llxHeader('',$title);
|
||||||
|
|
||||||
$commandestatic=new Commande($db);
|
$commandestatic=new CommandeFournisseur($db);
|
||||||
|
|
||||||
|
|
||||||
if ($sortorder == "") $sortorder="DESC";
|
if ($sortorder == "") $sortorder="DESC";
|
||||||
@ -156,7 +156,7 @@ if ($resql)
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Statut
|
// Statut
|
||||||
print '<td align="right">'.$commandestatic->LibStatut($obj->fk_statut, '', 5).'</td>';
|
print '<td align="right">'.$commandestatic->LibStatut($obj->fk_statut, 5).'</td>';
|
||||||
|
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user