Update qbo_controller.rb

This commit is contained in:
2016-05-02 12:20:50 -04:00
parent 16ed209cc9
commit c9225e028c

View File

@@ -75,6 +75,9 @@ class QboController < ApplicationController
QboEstimate.update_all
QboInvoice.update_all
QboPurchase.update_all
# Record the last sync time
Qbo.update_time_stamp
end
redirect_to qbo_path(:redmine_qbo), :flash => { :notice => "Successfully synced to Quickbooks" }