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/enumPromoAplicar.tpl" */ ?>
<?php /*%%SmartyHeaderCode:369867811540f59a7974da2-81343329%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ead885f244ed077420495946bd1a53640eeae1d4' =>
array (
0 => '/var/www/html/templates/lists/enumPromoAplicar.tpl',
1 => 1410130458,
),
),
'nocache_hash' => '369867811540f59a7974da2-81343329',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="aplicaTodos" id="aplicaTodos" class="largeInput" onchange="ShowProducts()">
<option value="">Seleccione</option>
<option value="1" <?php if ($_smarty_tpl->getVariable('info')->value['aplicaTodos']=="1"){?>selected<?php }?>>S&iacute;</option>
<option value="0" <?php if ($_smarty_tpl->getVariable('info')->value['aplicaTodos']=="0"){?>selected<?php }?>>No</option>
</select>