summaryrefslogtreecommitdiff
path: root/Handler/UpdateItem.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Handler/UpdateItem.hs')
-rw-r--r--Handler/UpdateItem.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Handler/UpdateItem.hs b/Handler/UpdateItem.hs
index b4c8713..ce6b30d 100644
--- a/Handler/UpdateItem.hs
+++ b/Handler/UpdateItem.hs
@@ -19,6 +19,7 @@ postUpdateItemR fsUpdateId = do
19 , ItemBought =. itemBought 19 , ItemBought =. itemBought
20 , ItemExpires =. itemExpires 20 , ItemExpires =. itemExpires
21 , ItemOpened =. itemOpened 21 , ItemOpened =. itemOpened
22 , ItemRunningLow =. itemRunningLow
22 ] 23 ]
23 return () 24 return ()
24 FormFailure errors -> mapM_ (addMessage "formError" . toHtml) errors 25 FormFailure errors -> mapM_ (addMessage "formError" . toHtml) errors