This commit is contained in:
Regis Houssin 2006-02-18 14:04:50 +00:00
parent 2d2a7da535
commit b429f284b6

View File

@ -185,7 +185,7 @@ function commande_supplier_delete_preview($db, $propalid)
{ {
global $langs,$conf; global $langs,$conf;
$comfourn = new Commande($db,"",$propalid); $comfourn = new CommandeFournisseur($db,"",$propalid);
$comfourn->fetch($propalid); $comfourn->fetch($propalid);
$client = new Societe($db); $client = new Societe($db);
$client->fetch($comfourn->soc_id); $client->fetch($comfourn->soc_id);