Purchases/Direct Invoice: added Update button for refreshing tax summary on demand.
[fa-stable.git] / purchasing / po_entry_items.php
index 3a898d3da38432d8a78d570318f0ca2120f96cf1..4a5c42fca71d90341746203f283882011eaf71b3 100644 (file)
@@ -429,6 +429,11 @@ function handle_commit_order()
        }
 }
 //---------------------------------------------------------------------------------------------------
+if (isset($_POST['update'])) {
+       copy_to_cart();
+       $Ajax->activate('items_table');
+}
+
 $id = find_submit('Delete');
 if ($id != -1)
        handle_delete_item($id);