diff options
author | Joris Guyonvarch | 2015-08-13 23:13:59 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-08-13 23:13:59 +0200 |
commit | c23ec2aed46b3e766cffbf3662fe529426ad1b84 (patch) | |
tree | 4d3338f235ccb5c2f85f446e20c03d764ad46123 /src/server/Controller | |
parent | 359f837511597354bc6462cfc4200f54d647d728 (diff) |
Payment input rounded and payment columns fixed percentagewise
Diffstat (limited to 'src/server/Controller')
-rw-r--r-- | src/server/Controller/Payment.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/Controller/Payment.hs b/src/server/Controller/Payment.hs index 219206a..141aed0 100644 --- a/src/server/Controller/Payment.hs +++ b/src/server/Controller/Payment.hs @@ -11,8 +11,6 @@ import Control.Monad.IO.Class (liftIO) import Data.Text (Text) -import Database.Persist.Sqlite (unSqlBackendKey) - import qualified Secure import Model.Database |