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