Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:55:50
|
||||
compiled from "/var/www/html/ventas/templates/forms/search-proveedores.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:2072025607695e0376a42e65-37496256%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'd45a89b4f546a7641aa830a97646a9b70341058c' =>
|
||||
array (
|
||||
0 => '/var/www/html/ventas/templates/forms/search-proveedores.tpl',
|
||||
1 => 1767753171,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '2072025607695e0376a42e65-37496256',
|
||||
'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 width="25%"></th>
|
||||
<th scope="col" align="center">
|
||||
<div align="center">No. Proveedor</div>
|
||||
</th>
|
||||
<th scope="col" align="center">
|
||||
<div align="center">Búsqueda por Nombre</div>
|
||||
</th>
|
||||
<th width="25%"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td align="center">
|
||||
<input type="text" size="35" name="noProv" id="noProv" class="largeInput" onkeyup="CheckKey(event)" style="width:100px" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<input type="text" size="35" name="word" id="word" class="largeInput" onkeyup="CheckKey(event)" />
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" align="center">
|
||||
<input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user