Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-06-12 18:58:36
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/ver-descuentos.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1543999997539a3eac8e0de2-93954109%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'24060fbeadbfc29c4c84cf64b3bab3b268622466' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/ver-descuentos.tpl',
|
||||
1 => 1375965482,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1543999997539a3eac8e0de2-93954109',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm" align="center">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" align="center">
|
||||
<tr>
|
||||
<td><div align="center">Publicidad (<?php echo $_smarty_tpl->getVariable('descuentos')->value['publicidad'];?>
|
||||
%)</div></td>
|
||||
<td><div class="txtFrm">$<?php echo number_format($_smarty_tpl->getVariable('totalPublicidad')->value,2,'.',',');?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center">Flete (<?php echo $_smarty_tpl->getVariable('descuentos')->value['flete'];?>
|
||||
%)</div></td>
|
||||
<td><div class="txtFrm">$<?php echo number_format($_smarty_tpl->getVariable('totalFlete')->value,2,'.',',');?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center">Desarrollo (<?php echo $_smarty_tpl->getVariable('descuentos')->value['desarrollo'];?>
|
||||
%)</div></td>
|
||||
<td><div class="txtFrm">$<?php echo number_format($_smarty_tpl->getVariable('totalDesarrollo')->value,2,'.',',');?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center">Especial (<?php echo $_smarty_tpl->getVariable('descuentos')->value['especial'];?>
|
||||
%)</div></td>
|
||||
<td><div class="txtFrm">$<?php echo number_format($_smarty_tpl->getVariable('totalEspecial')->value,2,'.',',');?>
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user