Files
ventas_php/ajax/templates_c/4f7c717a64550f8fa0da4a81cd0bb3d988849aa3.file.enumDesctosPromo.tpl.php

23 lines
1.0 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-09 14:48:55
compiled from "/var/www/html/templates/lists/enumDesctosPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:947311237540f59a7af0838-59128513%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'4f7c717a64550f8fa0da4a81cd0bb3d988849aa3' =>
array (
0 => '/var/www/html/templates/lists/enumDesctosPromo.tpl',
1 => 1410130457,
),
),
'nocache_hash' => '947311237540f59a7af0838-59128513',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="tipoDesc" id="tipoDesc" class="largeInput">
<option value="">Seleccione</option>
<option value="Cantidad" <?php if ($_smarty_tpl->getVariable('info')->value['tipoDesc']=="Cantidad"){?>selected<?php }?>>Cantidad Fija</option>
<option value="Porcentaje" <?php if ($_smarty_tpl->getVariable('info')->value['tipoDesc']=="Porcentaje"){?>selected<?php }?>>Porcentaje</option>
</select>