diff --git a/erpnext/public/js/hub/pages/item.js b/erpnext/public/js/hub/pages/item.js index 7efa21fcb46..ec3d6edc3ee 100644 --- a/erpnext/public/js/hub/pages/item.js +++ b/erpnext/public/js/hub/pages/item.js @@ -92,25 +92,28 @@ erpnext.hub.Item = class Item extends SubPage { -
${where}${dot_spacer}${when}
-${stats}
+${where}${dot_spacer}${when}
+${stats}
+${description}
- ` : `${__('No description')}
` - } + +
+ ${description ? description : __('No details')} +
+