consider group_order_article without result not manually changed

This commit is contained in:
wvengen 2014-01-03 13:03:28 +01:00
parent 438de97464
commit 1a5dc3ebe4
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class GroupOrderArticle < ActiveRecord::Base
# Check if the result deviates from the result_computed
def result_manually_changed?
result != result_computed
result != result_computed unless result.nil?
end
end