bug 5263 Add update button for total on supplier invoice entry when tax is changed...
[fa-stable.git] / purchasing / supplier_invoice.php
index 0dc1a77ad90444f74649e2ceefbec5e118c8dd13..6b21c935a1584b30f5cee9b2b325782055a0fd90 100644 (file)
@@ -401,7 +401,7 @@ if ($id != -1 || $id2 != -1)
        $Ajax->activate('inv_tot');
 }
 
-if (get_post('AddGLCodeToTrans'))
+if (get_post('AddGLCodeToTrans') || get_post('update'))
        $Ajax->activate('inv_tot');
 
 br();