Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-05-06 11:27:59
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/inventario-fisico-prods-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:86304279753690d8fd3d270-67395468%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'53112793cf44fda6f6c6efd4d7a7376ca18219a4' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/inventario-fisico-prods-base.tpl',
|
||||
1 => 1387414940,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '86304279753690d8fd3d270-67395468',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['codigoBarra'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="left"><?php echo $_smarty_tpl->getVariable('item')->value['proveedor'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="left"><?php echo $_smarty_tpl->getVariable('item')->value['modelo'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center"><?php echo number_format($_smarty_tpl->getVariable('item')->value['cantidad'],0,".",",");?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center">
|
||||
<a href="javascript:void(0)" onclick="EliminarProd(<?php echo $_smarty_tpl->getVariable('item')->value['invFisProdId'];?>
|
||||
)" title="Eliminar">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/delete.gif" border="0"/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user