Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-06-13 15:58:29
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/facturacion-mensual-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1802062294539b65f54f8b29-40454225%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8449720a16f29ce087e9081bdf4b1bee5f3f5e95' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/facturacion-mensual-base.tpl',
|
||||
1 => 1386004974,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1802062294539b65f54f8b29-40454225',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td 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>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['fechaIni'];?>
|
||||
- <?php echo $_smarty_tpl->getVariable('fact')->value['fechaFin'];?>
|
||||
</td>
|
||||
<?php }?>
|
||||
<td 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>
|
||||
|
||||
Reference in New Issue
Block a user