use estimate_doc_path not a hard coded path

This commit is contained in:
2022-03-14 19:01:20 -04:00
parent ecc8930bec
commit 2231156873

View File

@@ -1,4 +1,4 @@
<%= form_tag("/qbo/estimate/doc", :method => "get", id: "est-search-form") do %>
<%= form_tag(estimate_doc_path, :method => "get", id: "est-search-form") do %>
<%= text_field_tag :search, params[:search], placeholder: t(:label_search_estimates), :autocomplete => "off" %>
<%= submit_tag t(:label_search), :formtarget => "_blank" %>
<% end %>