Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules

This commit is contained in:
2026-01-07 01:06:27 -06:00
parent aaa77e870e
commit 3a5afa82fe
354 changed files with 9022 additions and 15093 deletions

View File

@@ -0,0 +1,32 @@
<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:56:01
compiled from "/var/www/html/ventas/templates/items/temporadas-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1636550207695e03811bce56-48894415%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'043438da948e318e023c5f380e8b20d2ac15f6c6' =>
array (
0 => '/var/www/html/ventas/templates/items/temporadas-base.tpl',
1 => 1767753171,
),
),
'nocache_hash' => '1636550207695e03811bce56-48894415',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['temporadaId'];?>
</div></td>
<td><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['temporadaId'];?>
" title="Editar"/>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['temporadaId'];?>
" title="Eliminar"/>
</td>
</tr>