Update qbo_controller.rb

Added Purchases to sync
This commit is contained in:
2016-01-27 09:21:28 -05:00
parent d79daa7a28
commit 798bfde516

View File

@@ -71,6 +71,7 @@ class QboController < ApplicationController
QboEmployee.update_all
QboEstimate.update_all
QboInvoice.update_all
QboPurchase.update_all
end
redirect_to qbo_path(:redmine_qbo), :flash => { :notice => "Successfully synced to Quickbooks" }