commit by nda

This commit is contained in:
nandar
2018-08-01 17:04:00 +06:30
parent f74d19cb2e
commit b885b658f6
6 changed files with 265 additions and 12 deletions

View File

@@ -22,10 +22,6 @@
<%= button_tag "Export csv?",:class =>'btn btn-primary btn-sm',:id =>"btnexport" %>
</div>
<br/>
<div class="col-lg-3">
<label><strong>Export to Seller:</strong></label>
<%= select_tag "seller", options_from_collection_for_select(@sellers, "id", "name"), :class => 'form-control'%>
</div>
<% end %>