Update issue_patch.rb

This commit is contained in:
2020-01-04 14:08:48 -05:00
committed by GitHub
parent 88c1b9c9a2
commit 131976cd71

View File

@@ -53,9 +53,6 @@ module IssuePatch
spent_hours ||= spent_time.sum(:hours) || 0
if spent_hours > 0 then
qbo = Qbo.first
company_id = qbo.company_id
access_token = Qbo.get_base
# Prepare to create a new Time Activity
time_service = Qbo.get_base(:time_activity)