Skip to content

Commit

Permalink
Merge pull request #207 from simnandez/3.2
Browse files Browse the repository at this point in the history
[ bug #399 ] Bad calculation of local taxes in update line products
  • Loading branch information
hregis committed May 21, 2012
2 parents 6cf8c5c + 952864f commit 90c4e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/fourn/facture/fiche.php
Expand Up @@ -402,6 +402,7 @@
if ($_REQUEST['etat'] == '1' && ! $_REQUEST['cancel']) // si on valide la modification
{
$object->fetch($id);
$object->fetch_thirdparty();

if ($_POST['puht'])
{
Expand Down

0 comments on commit 90c4e65

Please sign in to comment.