Ajax additions
[fa-stable.git] / inventory / prices.php
index 7a8e53e1121bc67e53dff882284339644386120c..fd74e70a28a2503cfa2bbe72f811801707b929ba 100644 (file)
@@ -108,8 +108,10 @@ if (isset($_GET['delete']))
        echo _("The selected price has been deleted.");
 
 }
-if (isset($_POST['_stock_id_update']))
+if (isset($_POST['_stock_id_update'])) {
        $Ajax->activate('price_table');
+       $Ajax->activate('price');
+}
 //---------------------------------------------------------------------------------------------------
 
 $mb_flag = get_mb_flag($_POST['stock_id']);