diff options
| -rw-r--r-- | Handler/UpdateItem.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Handler/UpdateItem.hs b/Handler/UpdateItem.hs index befbe99..503d8ca 100644 --- a/Handler/UpdateItem.hs +++ b/Handler/UpdateItem.hs | |||
| @@ -28,7 +28,7 @@ postUpdateItemR fsUpdateId = do | |||
| 28 | provideRep $ case updateResult of | 28 | provideRep $ case updateResult of |
| 29 | FormSuccess _ -> redirect $ InventoryListingR :#: fsUpdateId :: Handler Html | 29 | FormSuccess _ -> redirect $ InventoryListingR :#: fsUpdateId :: Handler Html |
| 30 | _ -> do | 30 | _ -> do |
| 31 | (sortOn (entityVal . typedVal) -> stock) <- runDB $ mapM withType =<< selectList [] [] | 31 | (stockSort -> stock) <- runDB $ mapM withType =<< selectList [] [] |
| 32 | defaultLayout $ inventoryListing InventoryState | 32 | defaultLayout $ inventoryListing InventoryState |
| 33 | { invFormState = Just UpdateForm{..} | 33 | { invFormState = Just UpdateForm{..} |
| 34 | , .. | 34 | , .. |
