Merge pull request #207 from simnandez/3.2
[ bug #399 ] Bad calculation of local taxes in update line products
This commit is contained in:
commit
90c4e6598b
@ -402,6 +402,7 @@ elseif ($action == 'update_line')
|
|||||||
if ($_REQUEST['etat'] == '1' && ! $_REQUEST['cancel']) // si on valide la modification
|
if ($_REQUEST['etat'] == '1' && ! $_REQUEST['cancel']) // si on valide la modification
|
||||||
{
|
{
|
||||||
$object->fetch($id);
|
$object->fetch($id);
|
||||||
|
$object->fetch_thirdparty();
|
||||||
|
|
||||||
if ($_POST['puht'])
|
if ($_POST['puht'])
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user