Files
ventas_php/ajax/templates_c/cd52727fd7d45eea00559871e3cf53ad88a9e76c.file.facturacion-base.tpl.php

49 lines
2.2 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-05-21 18:27:27
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/facturacion-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:719292282537d365f620926-32065428%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'cd52727fd7d45eea00559871e3cf53ad88a9e76c' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/facturacion-base.tpl',
1 => 1386004418,
),
),
'nocache_hash' => '719292282537d365f620926-32065428',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td width="34" align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['tickets'];?>
</td>
<td width="34" align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['rfc'];?>
</td>
<td align="left"><?php echo $_smarty_tpl->getVariable('fact')->value['nombre'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['fecha'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['total'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['serie'];?>
<?php echo $_smarty_tpl->getVariable('fact')->value['folio'];?>
</td>
<?php if ($_smarty_tpl->getVariable('version')->value=="construc"||$_smarty_tpl->getVariable('version')->value=="v3"){?>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['uuid'];?>
</td>
<?php }?>
<td width="90" align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" class="spanDetails" id="<?php echo $_smarty_tpl->getVariable('fact')->value['comprobanteId'];?>
" border="0" alt="Ver Detalles" />
<?php if ($_smarty_tpl->getVariable('fact')->value['status']==1){?>
<a href="javascript:void(0)">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/cancel.png" class="spanCancel" id="<?php echo $_smarty_tpl->getVariable('fact')->value['comprobanteId'];?>
" border="0" alt="Cancelar"/></a>
<?php }?>
</td>
</tr>