From 6f435a58c9ec2e6493986c686fd3a4dc73328836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 14 Mar 2019 12:22:54 +0100 Subject: [PATCH] Show part category on info page. --- templates/show_part_info.html.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/show_part_info.html.twig b/templates/show_part_info.html.twig index a9672ec3..5e8f991e 100644 --- a/templates/show_part_info.html.twig +++ b/templates/show_part_info.html.twig @@ -25,6 +25,10 @@
{{ part.manufacturer.name ?? ""}}

{{ part.name }}

{{ part.description|bbCode }}
+
+ + {{ part.category.fullPath ?? "-"}} +
{{ part.storelocation.fullPath ?? "-"}}