Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-08 18:36:20
|
||||
compiled from "/var/www/html/templates/items/inventario-bloqueados-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:429087299540e3d741fe449-72266694%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'af23e7c4b32b1b90c23f1155d3a066e6b0c1fa57' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/inventario-bloqueados-base.tpl',
|
||||
1 => 1410130454,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '429087299540e3d741fe449-72266694',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['codigoBarra'];?>
|
||||
</td>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['proveedor'];?>
|
||||
</div></td>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['modelo'];?>
|
||||
</td>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['talla'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['color'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['cantidad'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['sucursal'];?>
|
||||
</div></td>
|
||||
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']!="almacen"){?>
|
||||
<td align="center"><div align="center">
|
||||
<?php if ($_smarty_tpl->getVariable('tipo')->value=="Bloqueados"){?>
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/inventario-bloqueados-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['productoId'];?>
|
||||
" title="Ver Detalles">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/details.png" border="0"/>
|
||||
</a>
|
||||
<?php }else{ ?>
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/inventario-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['productoId'];?>
|
||||
" title="Ver Detalles">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/details.png" border="0"/>
|
||||
</a>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php }?>
|
||||
Reference in New Issue
Block a user