Skip to content

Commit

Permalink
added synch button
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Nov 6, 2023
1 parent 1a235d5 commit f587787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/invoices/_invoice.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<td class="px-6 py-1 break-all border-b border-gray-200 text-center">
<%= button_to dashboards_invoice_synchronize_path(id: invoice.id), method: :put do %>
<i class="fa-solid fa-arrows-rotate"></i>
<% end if invoice.registry? %>
<% end if invoice.allow_to_synchronize? %>
</td>
<% end %>

0 comments on commit f587787

Please sign in to comment.