diff --git a/resources/views/components/documents/template/line-item.blade.php b/resources/views/components/documents/template/line-item.blade.php
index 51cc94e2c..e2777ab25 100644
--- a/resources/views/components/documents/template/line-item.blade.php
+++ b/resources/views/components/documents/template/line-item.blade.php
@@ -7,8 +7,8 @@
@endif
@if (!$hideDescription)
- @if (!empty($item->item->description))
-
{!! \Illuminate\Support\Str::limit($item->item->description, 500) !!}
+ @if (!empty($item->description))
+
{!! \Illuminate\Support\Str::limit($item->description, 500) !!}
@endif
@endif