diff --git a/code/modules/cargo/order.dm b/code/modules/cargo/order.dm
index fc9a1b18ae5..f241b66fc71 100644
--- a/code/modules/cargo/order.dm
+++ b/code/modules/cargo/order.dm
@@ -46,6 +46,7 @@
P.info += "
[station_name()] Supply Requisition
"
P.info += "
"
P.info += "Order #[id]
"
+ P.info += "Time of Order: [station_time_timestamp()]
"
P.info += "Item: [pack.name]
"
P.info += "Access Restrictions: [get_access_desc(pack.access)]
"
P.info += "Requested by: [orderer]
"