Updated manual sync to to allow full or partial sync

This commit is contained in:
2026-03-14 15:36:39 -04:00
parent 7993f15441
commit eb1174cf7c
4 changed files with 19 additions and 8 deletions

View File

@@ -3,3 +3,4 @@
<%= submit_tag t(:label_search) %>
<% end %>
<%= button_to t(:label_new_customer), new_customer_path, method: :get%>
<%= button_to(t(:label_sync), qbo_sync_path, method: :get) if User.current.admin?%>