diff --git a/order/order_handler.php b/order/order_handler.php
index 7c3442c4bd0e9d730f510f0a00afb25ffe81d7cd..b676fbd7718efb45aeaf011dfcc7c92292d626e8 100644
--- a/order/order_handler.php
+++ b/order/order_handler.php
@@ -16,5 +16,5 @@
 
 	mysqli_close($con);
 	
-	header('Location: order.php');	
+	header("Location: order.php?id=$cust_id");	
 ?>
\ No newline at end of file