Files
ventas_php/templates_c/7f1ae00bdcaae2ca34ac4fe7225d57abb3b3b08a.file.facturacion-base.tpl.php

49 lines
2.1 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-11 10:29:23
compiled from "/var/www/html/templates/items/facturacion-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:2708816835411bfd33c3346-39527518%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'7f1ae00bdcaae2ca34ac4fe7225d57abb3b3b08a' =>
array (
0 => '/var/www/html/templates/items/facturacion-base.tpl',
1 => 1410130454,
),
),
'nocache_hash' => '2708816835411bfd33c3346-39527518',
'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>