Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:35:28
|
||||
compiled from "/var/www/html/ventas/templates/forms/editar-metodo-pago.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:742877523695dfeb0c41ce1-70509461%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6fb5df3524ef3b7b3e4fd71648b73b41855b7ad7' =>
|
||||
array (
|
||||
0 => '/var/www/html/ventas/templates/forms/editar-metodo-pago.tpl',
|
||||
1 => 1767753171,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '742877523695dfeb0c41ce1-70509461',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm">
|
||||
<form id="editarMetodoPagoForm" name="editarMetodoPagoForm" method="post">
|
||||
<fieldset>
|
||||
|
||||
<div class="a">
|
||||
<div class="l">* Nombre:</div>
|
||||
<div class="r"><input type="text" name="nombre" id="nombre" class="largeInput wide2" value="<?php echo $_smarty_tpl->getVariable('info')->value['nombre'];?>
|
||||
">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
* Campo requerido
|
||||
<div style="padding-left:300px">
|
||||
<a class="button" id="editarMetodoPago" name="editarMetodoPago"><span>Actualizar</span></a>
|
||||
</div>
|
||||
<input type="hidden" id="type" name="type" value="saveEditMetodoPago"/>
|
||||
<input type="hidden" id="metodoPagoId" name="metodoPagoId" value="<?php echo $_smarty_tpl->getVariable('info')->value['metodoPagoId'];?>
|
||||
" />
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user