|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
<%= form_with model: @form, scope: :form, url: bulk_upload_sales_log_path(id: "upload-your-file"), method: :patch do |f| %> |
|
|
|
<%= form_with model: @form, scope: :form, url: bulk_upload_sales_log_path(id: "upload-your-file"), method: :patch do |f| %> |
|
|
|
<%= f.hidden_field :year %> |
|
|
|
<%= f.hidden_field :year %> |
|
|
|
<%= f.hidden_field :organisation_id, value: params[:organisation_id]%> |
|
|
|
<%= f.hidden_field :organisation_id, value: params[:organisation_id] %> |
|
|
|
|
|
|
|
|
|
|
|
<%= f.govuk_error_summary %> |
|
|
|
<%= f.govuk_error_summary %> |
|
|
|
|
|
|
|
|
|
|
|
|