diff --git a/app/admin/custom-forms/edit/template.hbs b/app/admin/custom-forms/edit/template.hbs index 82506bb8b3..9c219024e6 100644 --- a/app/admin/custom-forms/edit/template.hbs +++ b/app/admin/custom-forms/edit/template.hbs @@ -10,7 +10,7 @@
|
{{/if}}
diff --git a/app/inventory/listing/template.hbs b/app/inventory/listing/template.hbs
index 14dbb9fda6..f8d6d711a2 100644
--- a/app/inventory/listing/template.hbs
+++ b/app/inventory/listing/template.hbs
@@ -21,7 +21,7 @@
{{inventory.crossReference}} |
{{#if canAddPurchase}}
-
+
+ {{/if}}
+{{/item-listing}}
diff --git a/app/inventory/reports/template.hbs b/app/inventory/reports/template.hbs
index e8dc8b5762..92c94bdad8 100644
--- a/app/inventory/reports/template.hbs
+++ b/app/inventory/reports/template.hbs
@@ -79,7 +79,7 @@
{{/em-form}}
{{#if showReportResults}}
@@ -100,7 +100,7 @@
{{t 'messages.noItemsFound'}} {{#if canAddItem}} {{t 'messages.createNewRecord'}}{{/if}} + |