This commit is contained in:
2023-05-18 00:11:52 +02:00
parent f03814e622
commit 0ddeac69e6
7 changed files with 692 additions and 81 deletions

View File

@@ -98,7 +98,7 @@ impl InventoryCategoryList {
id="select-category"
href=(
format!(
"/inventory/category/{id}",
"/inventory/category/{id}/",
id=category.id
)
)