Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-04-30 09:13:13
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/inventario-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:965740087536104f9c73fe6-90525769%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'628f3f67a832d8afa4dbc5ec973814218b6f4004' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/inventario-base.tpl',
|
||||
1 => 1375965379,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '965740087536104f9c73fe6-90525769',
|
||||
'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 number_format($_smarty_tpl->getVariable('item')->value['precioVenta'],2,".",",");?>
|
||||
</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