Cleanup: removed _GET/_POST references from business logic model.
[fa-stable.git] / sales / customer_delivery.php
index fa7fc581e7d9ebbca0e24ba85e0976df8c8dd05d..605df69188fd200ccc48b3635975c51a4477d648 100644 (file)
@@ -138,7 +138,7 @@ if (isset($_GET['OrderNumber']) && $_GET['OrderNumber'] > 0) {
        exit;
 
 } else {
-       check_edit_conflicts();
+       check_edit_conflicts(get_post('cart_id'));
 
        if (!check_quantities()) {
                display_error(_("Selected quantity cannot be less than quantity invoiced nor more than quantity not dispatched on sales order."));