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,35 @@
<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:45:16
compiled from "/var/www/html/ventas/templates/forms/search-clientes.tpl" */ ?>
<?php /*%%SmartyHeaderCode:481109694695e00fc767539-61851287%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'dea4b09344eb58bd5b56ccf5f773a5669bac0e64' =>
array (
0 => '/var/www/html/ventas/templates/forms/search-clientes.tpl',
1 => 1767753171,
),
),
'nocache_hash' => '481109694695e00fc767539-61851287',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
<thead>
<tr>
<th scope="col" align="center">
<div align="center">B&uacute;squeda por RFC o Nombre</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<input type="text" size="35" name="word" id="word" class="largeInput" onkeyup="CheckKey(event)" />
<input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" />
</td>
</tr>
</tbody>
</table>