Primer commit del sistema avantika sin cambios
This commit is contained in:
6
templates/forms/select-vend.tpl
Executable file
6
templates/forms/select-vend.tpl
Executable file
@@ -0,0 +1,6 @@
|
||||
<select name="vendedorId" id="vendedorId" class="largeInput" style="width:220px">
|
||||
<option value="todos">Todos</option>
|
||||
{foreach from=$resVend item=item key=key}
|
||||
<option value="{$item.usuarioId}">{$item.nombre} {$item.apellidos}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
Reference in New Issue
Block a user