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