mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_controller.rb
This commit is contained in:
@@ -93,6 +93,8 @@ class QboController < ApplicationController
|
|||||||
if entity['name'].eql? "Employee"
|
if entity['name'].eql? "Employee"
|
||||||
QboEmployee.sync_by_id(entity['id'].to_i)
|
QboEmployee.sync_by_id(entity['id'].to_i)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Qbo.update_time_stamp
|
||||||
end
|
end
|
||||||
|
|
||||||
# The webhook doesn't require a response but let's make sure
|
# The webhook doesn't require a response but let's make sure
|
||||||
|
|||||||
Reference in New Issue
Block a user