Primer commit del sistema avantika sin cambios

This commit is contained in:
2026-01-06 19:42:24 -06:00
commit 3ae4be5957
7127 changed files with 440072 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-09 14:48:55
compiled from "/var/www/html/templates/lists/enumVigenciaPromo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1731013369540f59a7954706-49225498%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'1ef18b3af4b7934a0feca7f4f89d0131ca938f5c' =>
array (
0 => '/var/www/html/templates/lists/enumVigenciaPromo.tpl',
1 => 1410130459,
),
),
'nocache_hash' => '1731013369540f59a7954706-49225498',
'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 ($_smarty_tpl->getVariable('info')->value['vigencia']=="Permanente"){?>selected<?php }?>>Permanente</option>
<option value="Periodo" <?php if ($_smarty_tpl->getVariable('info')->value['vigencia']=="Periodo"){?>selected<?php }?>>Por Periodo</option>
</select>