summaryrefslogtreecommitdiff
path: root/Handler/InventoryListing.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Handler/InventoryListing.hs')
-rw-r--r--Handler/InventoryListing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Handler/InventoryListing.hs b/Handler/InventoryListing.hs
index e3c062e..12f36ba 100644
--- a/Handler/InventoryListing.hs
+++ b/Handler/InventoryListing.hs
@@ -18,7 +18,7 @@ postInventoryListingR = do
18 selectRep $ do 18 selectRep $ do
19 provideJson (stock :: [Entity Item]) 19 provideJson (stock :: [Entity Item])
20 provideRep . defaultLayout $ inventoryListing InventoryState 20 provideRep . defaultLayout $ inventoryListing InventoryState
21 { formState = Just InsertForm{..} 21 { invFormState = Just InsertForm{..}
22 , .. 22 , ..
23 } 23 }
24 24