Cleanup: removed _GET/_POST references from business logic model.
[fa-stable.git] / sales / sales_order_entry.php
index ecca77d0b4f812976eeba61f65ac54f9f0880f26..f74d4eada7e435a6439e90fe76387ea6f15e890d 100644 (file)
@@ -244,7 +244,7 @@ if (isset($_GET['AddedID'])) {
 
        display_footer_exit();
 } else
-       check_edit_conflicts();
+       check_edit_conflicts(get_post('cart_id'));
 //-----------------------------------------------------------------------------
 
 function copy_to_cart()