Files
ventas_php/templates_c/36795feb23e9ab9ea47214f7f33e751b56d88fa2.file.enumVigenciaPromo.tpl.php
nickpons666 cb1a44e380 fix(promociones): Resuelve múltiples advertencias y errores en promociones y sucursales
- Se corrigieron las advertencias 'Undefined array key "checked"' en 'enumProvPromo.tpl', 'enumSucPromo.tpl' y 'enumProdCatPromo.tpl'.
- Se resolvieron las advertencias 'Trying to access array offset on null' en 'enumTiposPromo.tpl', 'enumDesctosPromo.tpl', 'enumStatusPromo.tpl', 'enumVigenciaPromo.tpl' y 'enumPromoAplicar.tpl'.
- Se corrigió el error 'Call to undefined method Util::DecodeUrlRow()' en 'ajax/sucursales.php' reemplazándolo por 'DecodeUrlResult()'.
- Se modificó 'templates/lists/sucursales.tpl' para evitar la inclusión de 'pages_ajax.tpl' cuando la variable '$pages' es nula.
- Se eliminaron archivos de log y temporales.
2026-01-08 01:23:30 -06:00

23 lines
1.2 KiB
PHP

<?php /* Smarty version Smarty3-b7, created on 2026-01-08 01:22:09
compiled from "/var/www/html/ventas/templates/lists/enumVigenciaPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1247760929695f5b21151537-19651533%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'36795feb23e9ab9ea47214f7f33e751b56d88fa2' =>
array (
0 => '/var/www/html/ventas/templates/lists/enumVigenciaPromo.tpl',
1 => 1767856876,
),
),
'nocache_hash' => '1247760929695f5b21151537-19651533',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="vigencia" id="vigencia" class="largeInput" onchange="ShowCalendars()">
<option value="">Seleccione</option>
<option value="Permanente" <?php if (isset($_smarty_tpl->getVariable('info')->value)&&$_smarty_tpl->getVariable('info')->value['vigencia']=="Permanente"){?>selected<?php }?>>Permanente</option>
<option value="Periodo" <?php if (isset($_smarty_tpl->getVariable('info')->value)&&$_smarty_tpl->getVariable('info')->value['vigencia']=="Periodo"){?>selected<?php }?>>Por Periodo</option>
</select>