From e36f813d92f0d29333e760eaa2d59338ead99fbf Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 30 Nov 2022 13:28:17 +0100 Subject: [PATCH 1/2] put prefix in lots in result of search --- ereuse_devicehub/templates/inventory/search.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/search.html b/ereuse_devicehub/templates/inventory/search.html index 9f724586..57f62975 100644 --- a/ereuse_devicehub/templates/inventory/search.html +++ b/ereuse_devicehub/templates/inventory/search.html @@ -16,7 +16,7 @@
-
+
@@ -307,8 +307,8 @@ {% if dev.lots | length > 0 %}
- {% for lot in dev.lots %} - {{ lot.name }} + {% for lot in dev.get_lots_for_template() %} + {{ lot }} {% endfor %}
{% endif %} From 7bc4a7d387e593e6728c37223c1dbb15c70b4c67 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 30 Nov 2022 13:31:37 +0100 Subject: [PATCH 2/2] CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9690f6fa..89548604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ml). - [changed] #410 change teh top search for advanced search. - [fixed] #412 show in snapshots log, type upload correctly. - [fixed] #413 put order in documents. +- [fixed] #415 put prefix of lot in result of search. ## [2.4.3] - 2022-11-18 - [added] #386 add registration module.