diff --git a/swshop/shopTab.lua b/swshop/shopTab.lua index 6bfabb5..169d6ee 100644 --- a/swshop/shopTab.lua +++ b/swshop/shopTab.lua @@ -25,7 +25,7 @@ local shopTab = UI.Tab { formLabel = 'Price', formKey = 'price', help = 'Per item cost', required = true, - transform = 'number', + validate = 'numeric', }, [3] = UI.TextEntry { limit = 64,