diff options
author | Joris | 2017-03-27 10:18:40 +0200 |
---|---|---|
committer | Joris | 2017-03-27 10:18:40 +0200 |
commit | 64ff4707fdcd81c27c6be9903c3c82bc543ef016 (patch) | |
tree | fa0c3a9112f4f7c8bd383ad3e597041ab7d5a503 /src/client/Utils | |
parent | 40273c30166877b3341125ad5248793b2f2fcc64 (diff) |
Modelize punctual and monthly payment pages
Diffstat (limited to 'src/client/Utils')
-rw-r--r-- | src/client/Utils/Form.elm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Utils/Form.elm b/src/client/Utils/Form.elm index 8d75a32..6793222 100644 --- a/src/client/Utils/Form.elm +++ b/src/client/Utils/Form.elm @@ -4,8 +4,6 @@ module Utils.Form exposing import Form exposing (Form) -import Model.Payment exposing (Frequency(..)) - fieldAsText : Form a b -> String -> String fieldAsText form field = Form.getFieldAsString field form |