consider group_order_article without result not manually changed
This commit is contained in:
parent
438de97464
commit
1a5dc3ebe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue