reverted supplier order

This commit is contained in:
nek0 2015-10-11 22:19:15 +02:00
parent cfc8b3054d
commit 5e1abcbc07
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import Data.Maybe
getSupplierR :: Handler Html
getSupplierR = do
sups <- runDB $ selectList [] [Desc SupplierIdent]
sups <- runDB $ selectList [] [Asc SupplierIdent]
defaultLayout $
$(widgetFile "supplier")