This commit is contained in:
Regis Houssin 2006-05-29 14:37:13 +00:00
parent c16b72e73f
commit bf276734a2
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ if ($_GET["id"] > 0)
$commande = New Commande($db); $commande = New Commande($db);
if ( $commande->fetch($_GET["id"]) > 0) if ( $commande->fetch($_GET["id"]) > 0)
{ {
$commande->livraison_array(1); $commande->expedition_array(1);
$soc = new Societe($db); $soc = new Societe($db);
$soc->fetch($commande->soc_id); $soc->fetch($commande->soc_id);

View File

@ -254,7 +254,7 @@ if ($_GET["action"] == 'create')
* *
*/ */
print '<td align="center">'; print '<td align="center">';
$quantite_livree = $commande->livraisons[$ligne->product_id]; $quantite_livree = $commande->expeditions[$ligne->product_id];
print $quantite_livree;; print $quantite_livree;;
print '</td>'; print '</td>';