Moved issue.status.is_closed? check back into issue save hook

This commit is contained in:
2019-03-26 12:15:03 -04:00
parent 748d431d35
commit 0d514790fd
2 changed files with 2 additions and 2 deletions

View File

@@ -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