mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Moved issue.status.is_closed? check back into issue save hook
This commit is contained in:
@@ -43,7 +43,7 @@ module IssuePatch
|
||||
def bill_time
|
||||
|
||||
# Check to see if we have everything we need to bill the customer
|
||||
return unless status.is_closed?
|
||||
#return unless status.is_closed?
|
||||
return if assigned_to.nil?
|
||||
return unless Qbo.first
|
||||
return unless customer
|
||||
|
||||
Reference in New Issue
Block a user