Switch to date type

This commit is contained in:
Oliver Walters 2026-06-29 03:28:13 +00:00
parent a242187b1f
commit 327b1a7900
1 changed files with 3 additions and 3 deletions

View File

@ -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`,