2
0
forked from Wavyzz/dolibarr

Fix: use FactureLigne class for delete line

This commit is contained in:
Regis Houssin
2011-04-10 09:47:12 +00:00
parent da05338224
commit 75bf04ec71
2 changed files with 61 additions and 28 deletions

View File

@@ -1551,7 +1551,7 @@ class Commande extends CommonObject
if ($result > 0)
{
$result=$this->update_price();
$result=$this->update_price(1);
if ($result > 0)
{