Files
ventas_php/ajax/templates_c/a21728a0718b2f7397e32d07259d97c90fa084f1.file.devoluciones-base.tpl.php

41 lines
1.8 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-05-06 10:41:37
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/devoluciones-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:386628417536902b1a77af4-47492610%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'a21728a0718b2f7397e32d07259d97c90fa084f1' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/devoluciones-base.tpl',
1 => 1375965374,
),
),
'nocache_hash' => '386628417536902b1a77af4-47492610',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['devolucionId'];?>
</div></td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['sucursal'];?>
</div></td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['usuario'];?>
</div></td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['fecha'];?>
</div></td>
<td align="center"><div align="center"><?php echo number_format($_smarty_tpl->getVariable('item')->value['total'],2,".",",");?>
</div></td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['status'];?>
</div></td>
<td align="center"><div align="center">
<a href="javascript:void(0)" onclick="PrintTicket(<?php echo $_smarty_tpl->getVariable('item')->value['devolucionId'];?>
)" title="Ver Ticket">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/ticket.png" border="0"/>
</a>
</div>
</td>
</tr>