X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=605df69188fd200ccc48b3635975c51a4477d648;hb=3b06c6c4718610a408cae2e9b76c3134ca30b84c;hp=fa7fc581e7d9ebbca0e24ba85e0976df8c8dd05d;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index fa7fc581..605df691 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -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."));