fixed sync link

This commit is contained in:
2026-03-11 23:50:05 -04:00
parent 4f8e5d9b2c
commit a52ff3b860
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
<br/>
<%=t(:label_last_sync)%> </b> <%= Qbo.last_sync if Qbo.exists? %>
</div>
<%= link_to t(:label_sync_now), items_sync_path%>
<%= link_to t(:label_sync_now), sync_items_path %>

View File

@@ -11,6 +11,6 @@
resources :items do
collection do
get :autocomplete
post :sync
get :sync
end
end