This commit is contained in:
24c02 2025-08-06 16:03:00 -04:00
parent 2645e5e9af
commit bcd5bfd37c

View file

@ -71,7 +71,7 @@
<% end %> <% end %>
<% if !@package.address.us? %> <% if !@package.address.us? %>
<div class="customs"> <div class="customs">
<%= link_to "customs receipt?", package_generate_customs_receipt_path(@package), method: :post, class: "btn" %> <%= link_to "customs receipt?", package_generate_customs_receipt_path(@package), method: :get, class: "btn", target: "_blank" %>
</div> </div>
<% end %> <% end %>
</div> </div>