diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html
index 6c59a9688dc..388feb9eba9 100644
--- a/erpnext/templates/pages/order.html
+++ b/erpnext/templates/pages/order.html
@@ -173,11 +173,11 @@
{{ d.item_code }}
- {{ html2text(d.description) | truncate(140) }}
+ {{ html2text(d.description or "") | truncate(140) }}
{{ _("Qty ") }}({{ d.get_formatted("qty") }})
-{% endmacro %}
\ No newline at end of file
+{% endmacro %}