From 327b1a7900f583bd743d21333d8c24c4f9a8437f Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 29 Jun 2026 03:28:13 +0000 Subject: [PATCH] Switch to date type --- src/frontend/src/pages/stock/StockDetail.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/pages/stock/StockDetail.tsx b/src/frontend/src/pages/stock/StockDetail.tsx index 1c4007d2b4..fa4bb80fa9 100644 --- a/src/frontend/src/pages/stock/StockDetail.tsx +++ b/src/frontend/src/pages/stock/StockDetail.tsx @@ -431,20 +431,20 @@ export default function StockDetail() { hidden: !stockitem.packaging }, { - type: 'text', + type: 'date', name: 'creation_date', icon: 'calendar', label: t`Created`, hidden: !stockitem.creation_date }, { - type: 'text', + type: 'date', name: 'updated', icon: 'calendar', label: t`Last Updated` }, { - type: 'text', + type: 'date', name: 'stocktake_date', icon: 'calendar', label: t`Last Stocktake`,