Set purchase location
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
{% include 'admin/database/delete.html' %}
|
||||
{% elif delete_owner %}
|
||||
{% include 'admin/owner/delete.html' %}
|
||||
{% elif delete_purchase_location %}
|
||||
{% include 'admin/purchase_location/delete.html' %}
|
||||
{% elif delete_status %}
|
||||
{% include 'admin/status/delete.html' %}
|
||||
{% elif delete_storage %}
|
||||
@@ -39,10 +41,11 @@
|
||||
{% include 'admin/theme.html' %}
|
||||
{% include 'admin/retired.html' %}
|
||||
{{ accordion.header('Set metadata', 'metadata', 'admin', expanded=open_metadata, icon='profile-line', class='p-0') }}
|
||||
{% include 'admin/owner.html' %}
|
||||
{% include 'admin/status.html' %}
|
||||
{% include 'admin/storage.html' %}
|
||||
{% include 'admin/tag.html' %}
|
||||
{% include 'admin/owner.html' %}
|
||||
{% include 'admin/purchase_location.html' %}
|
||||
{% include 'admin/status.html' %}
|
||||
{% include 'admin/storage.html' %}
|
||||
{% include 'admin/tag.html' %}
|
||||
{{ accordion.footer() }}
|
||||
{% include 'admin/database.html' %}
|
||||
{% include 'admin/configuration.html' %}
|
||||
|
||||
Reference in New Issue
Block a user