X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=a49c5c55c236c5a0d95156f9fd44ba8e15740eac;hb=11109ad9f0e6af3f59d72731a95e473e72fb308b;hp=422b93c0edff3a7d4cfeaf337fd253301af29cb8;hpb=e6f7c4e9bb2b0854ffdc9e1f6b4b6beb6cefe4e6;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 422b93c0..a49c5c55 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -19,7 +19,6 @@ $path_to_root = ".."; include_once($path_to_root . "/sales/includes/cart_class.inc"); include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/includes/data_checks.inc"); -include_once($path_to_root . "/includes/manufacturing.inc"); include_once($path_to_root . "/sales/includes/sales_db.inc"); include_once($path_to_root . "/sales/includes/sales_ui.inc"); include_once($path_to_root . "/reporting/includes/reporting.inc");