Commit 1e0b8f7c authored by Taddeus Kroes's avatar Taddeus Kroes

Bugfix

parent fe4cfd37
...@@ -15,7 +15,7 @@ $ -> ...@@ -15,7 +15,7 @@ $ ->
row.find('input').each -> row.find('input').each ->
if $(@).val() == '' if $(@).val() == ''
incomplete = true incomplete = true
false return false
row_total += num($(@).val()) row_total += num($(@).val())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment