bugfix
This commit is contained in:
parent
c16b72e73f
commit
bf276734a2
@ -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);
|
||||||
|
|||||||
@ -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>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user