Skip to content

Commit

Permalink
Fixed minor issue on reports view for products stock report
Browse files Browse the repository at this point in the history
  • Loading branch information
elshaka committed May 2, 2012
1 parent 34d78a7 commit 75d21de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/reports/index.rhtml
Expand Up @@ -112,7 +112,7 @@
</div>

<div class="report-content">
<h2 onclick="toggle_report_details('ingredients_stock')">Inventario de Producto Terminado</h2>
<h2 onclick="toggle_report_details('products_stock')">Inventario de Producto Terminado</h2>
<div id="products_stock" class="report-details">
<%= form_for :report, :url=>products_stock_report_path do |f| %>
<%= f.label :start, "Fecha Inicio: ", :class=>'small' %> <%= f.date_select :start %><br/>
Expand Down

0 comments on commit 75d21de

Please sign in to comment.