Rerun. Update button for change of shipping
[fa-stable.git] / sales / sales_order_entry.php
index 3dcebf0345a194b6d049134920194c456be4d26c..c7255881b92864033b91df8305d2373ca9129513 100644 (file)
@@ -400,6 +400,10 @@ if (isset($_POST['ProcessOrder']) && can_process()) {
        }
 }
 
+if (isset($_POST['update'])) {
+       $Ajax->activate('items_table');
+}
+
 //--------------------------------------------------------------------------------
 
 function check_item_data()