From 9ed23381624343064e606f762ac60f2644c85f3d Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 6 Jul 2021 21:10:42 +0200 Subject: [PATCH] bolder type for serial numbers --- InvenTree/stock/templates/stock/item_base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 0427111f57..9d9062212a 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -250,11 +250,15 @@ {% resolve request.path as url_path %} {% if previous %} - {{ previous.serial }} ‹ + + {{ previous.serial }} ‹ + {% endif %} - {{ item.serial }} + {{ item.serial }} {% if next %} - › {{ next.serial }} + + › {{ next.serial }} + {% endif %}