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:
@@ -70,11 +70,11 @@ class QboController < ApplicationController
|
||||
def sync
|
||||
if Qbo.exists?
|
||||
Customer.sync
|
||||
QboItem.sync
|
||||
QboEmployee.sync
|
||||
QboEstimate.sync
|
||||
QboInvoice.sync
|
||||
QboPurchase.sync
|
||||
#QboItem.sync
|
||||
#QboEmployee.sync
|
||||
#QboEstimate.sync
|
||||
#QboInvoice.sync
|
||||
#QboPurchase.sync
|
||||
|
||||
# Record the last sync time
|
||||
Qbo.update_time_stamp
|
||||
|
||||
Reference in New Issue
Block a user