mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
fixed sync link
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<%=t(:label_last_sync)%> </b> <%= Qbo.last_sync if Qbo.exists? %>
|
<%=t(:label_last_sync)%> </b> <%= Qbo.last_sync if Qbo.exists? %>
|
||||||
</div>
|
</div>
|
||||||
<%= link_to t(:label_sync_now), items_sync_path%>
|
<%= link_to t(:label_sync_now), sync_items_path %>
|
||||||
@@ -11,6 +11,6 @@
|
|||||||
resources :items do
|
resources :items do
|
||||||
collection do
|
collection do
|
||||||
get :autocomplete
|
get :autocomplete
|
||||||
post :sync
|
get :sync
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user