- {% if edit or duplicate %}
+ {% if create or edit or duplicate %}
- {% if edit or duplicate %}
+ {% if create or edit or duplicate %}
{% include 'partials/asset_picker.html' %}
diff --git a/assets/templates/partials/purchasedetails_form.html b/assets/templates/partials/purchasedetails_form.html
index 477b9e04..abfb2b26 100644
--- a/assets/templates/partials/purchasedetails_form.html
+++ b/assets/templates/partials/purchasedetails_form.html
@@ -5,7 +5,7 @@
Purchase Details
- {% if edit or duplicate %}
+ {% if create or edit or duplicate %}