31 lines
1.3 KiB
PHP
Executable File
31 lines
1.3 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-05-27 09:15:26
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/envios-reporte-base.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:181573660853849dfe472d15-87224548%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'c22e2fc4fab1ba1bc5ce7b05459a5a79aa1a6bee' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/envios-reporte-base.tpl',
|
|
1 => 1375965376,
|
|
),
|
|
),
|
|
'nocache_hash' => '181573660853849dfe472d15-87224548',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<tr>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['codigoBarra'];?>
|
|
</td>
|
|
<td align="left"><?php echo $_smarty_tpl->getVariable('item')->value['modelo'];?>
|
|
</td>
|
|
<td align="center">Pza.</td>
|
|
<td align="center"><?php echo number_format($_smarty_tpl->getVariable('item')->value['cantidad'],0,'.',',');?>
|
|
</td>
|
|
<td align="right">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['precio'],2,'.',',');?>
|
|
</td>
|
|
<td align="right">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['importe'],2,'.',',');?>
|
|
</td>
|
|
</tr>
|