Skip to content

Commit

Permalink
change to be a custom header with the period
Browse files Browse the repository at this point in the history
  • Loading branch information
puppe1990 committed Oct 31, 2024
1 parent edcb61d commit 1163026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/stocks/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<th><%= t('stocks.sku') %></th>
<th><%= t('stocks.balance') %></th>
<th><%= t('stocks.in_production') %></th>
<th><%= t('stocks.count_sold') %></th>
<th>Quantidade vendida dos últimos <%= params[:period] || '30' %> dias</th>
<th><%= t('stocks.calculate_basic_forecast') %></th>
<th><%= t('stocks.number_of_rolls') %></th>
<th><%= t('stocks.product') %></th>
Expand Down

0 comments on commit 1163026

Please sign in to comment.