From dbd5645c94a05cc7745721bc6f2165f576fe1d28 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 31 May 2022 16:28:38 +0200 Subject: [PATCH] show transfers if there are transfer --- ereuse_devicehub/templates/inventory/device_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 89972363..1693608a 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -75,11 +75,13 @@ + {% if lot.transfer %} + {% endif %} {% endif %}