Added removal for deleted entery while syncing

Added Invoices & Estimates to QBO#Index
This commit is contained in:
2016-02-28 12:07:58 -05:00
parent 82a273c0c2
commit ad4ce232b5
7 changed files with 78 additions and 9 deletions

View File

@@ -19,9 +19,8 @@ class QboController < ApplicationController
@qbo_customer_count = QboCustomer.count
@qbo_item_count = QboItem.count
@qbo_employee_count = QboEmployee.count
@selected_customer
@selected_item
@selected_employee
@qbo_invoice_count = QboInvoice.count
@qbo_estimate_count = QboEstimate.count
end
#