From b429f284b6cd10c4a4ca8401a615e3a4d1f7fe29 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 18 Feb 2006 14:04:50 +0000 Subject: [PATCH] bugfix --- htdocs/fourn/commande/modules/modules_commandefournisseur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/modules/modules_commandefournisseur.php b/htdocs/fourn/commande/modules/modules_commandefournisseur.php index 62a0fbbc799..7656c710100 100644 --- a/htdocs/fourn/commande/modules/modules_commandefournisseur.php +++ b/htdocs/fourn/commande/modules/modules_commandefournisseur.php @@ -185,7 +185,7 @@ function commande_supplier_delete_preview($db, $propalid) { global $langs,$conf; - $comfourn = new Commande($db,"",$propalid); + $comfourn = new CommandeFournisseur($db,"",$propalid); $comfourn->fetch($propalid); $client = new Societe($db); $client->fetch($comfourn->soc_id);