// Stock - interfaces updated : (reason=>label, state=>status)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<input type="hidden" name="controller" value="AdminStockCover" />
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
{if count($stock_cover_periods) > 1}
|
||||
<label for="coverage_period">{l s='Select a period and a warehouse:'}</label>
|
||||
<label for="coverage_period">{l s='Filter by period/warehouse:'}</label>
|
||||
<select name="coverage_period" onChange="$(this).parent().submit();">
|
||||
{foreach from=$stock_cover_periods key=k item=i}
|
||||
<option {if $i == $stock_cover_cur_period} selected="selected"{/if} value="{$i}">{$k}</option>
|
||||
@@ -44,6 +44,6 @@
|
||||
{/foreach}
|
||||
</select>
|
||||
{/if}
|
||||
</form>"admin-dev/themes/template/supply_orders/view.tpl"
|
||||
</form>
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
{if count($stock_instant_state_warehouses) > 0}
|
||||
<div id="stock_instant_state_form_warehouse">
|
||||
<label for="id_warehouse">{l s='Select a warehouse:'}</label>
|
||||
<label for="id_warehouse">{l s='Filter by warehouse:'}</label>
|
||||
<select name="id_warehouse" onChange="$(this).parent().parent().submit();">
|
||||
{foreach from=$stock_instant_state_warehouses key=k item=i}
|
||||
<option {if $i.id_warehouse == $stock_instant_state_cur_warehouse} selected="selected"{/if} value="{$i.id_warehouse}">{$i.name}</option>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
{if count($list_warehouses) > 0}
|
||||
<div class="filter-stock">
|
||||
<form type="get">
|
||||
<label for="id_warehouse">{l s='Select a warehouse:'}</label>
|
||||
<label for="id_warehouse">{l s='Filter movements by warehouse:'}</label>
|
||||
<input type="hidden" name="controller" value="AdminStockMvt" />
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
<select name="id_warehouse" onChange="$(this).parent().submit();">
|
||||
|
||||
Reference in New Issue
Block a user