diff --git a/app/views/checkout/_form.html.haml b/app/views/checkout/_form.html.haml
index bcbcb615fc..91153bdb4b 100644
--- a/app/views/checkout/_form.html.haml
+++ b/app/views/checkout/_form.html.haml
@@ -6,7 +6,6 @@
= inject_available_shipping_methods
= inject_available_payment_methods
- = inject_current_order
= render partial: "checkout/details", locals: {f: f}
= render partial: "checkout/billing", locals: {f: f}