Set purchase location

This commit is contained in:
2025-02-04 12:52:18 +01:00
parent e7bfa66512
commit 195f18f141
34 changed files with 427 additions and 48 deletions
+7 -4
View File
@@ -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' %}