Skip to content
Snippets Groups Projects
Commit 1e0b8f7c authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Bugfix

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