Files
ventas_php/templates_c/f4579f12419c8e4e1963f6bb4c94cb51f47c8232.file.datos-generales-base.tpl.php
nickpons666 ccfa01fa0e feat(atributos): Mejora la funcionalidad de la página de atributos
- Deshabilita la paginación para mostrar todos los atributos por defecto.
- Corrige un error de renderizado en 'atributos-valores.tpl' añadiendo etiquetas de cierre faltantes.
- Cambia el orden de los atributos a 'atributoId' en 'atributo.class.php'.
- Corrige un bug en 'atributoValor.class.php' descomentando una condición.
- Asegura que las acciones AJAX (añadir, editar, eliminar) refresquen la lista correctamente sin paginación.
2026-01-08 01:06:11 -06:00

41 lines
1.8 KiB
PHP

<?php /* Smarty version Smarty3-b7, created on 2026-01-08 00:55:28
compiled from "/var/www/html/ventas/templates/items/datos-generales-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:642112385695f54e0cfd407-46881398%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'f4579f12419c8e4e1963f6bb4c94cb51f47c8232' =>
array (
0 => '/var/www/html/ventas/templates/items/datos-generales-base.tpl',
1 => 1767836456,
),
),
'nocache_hash' => '642112385695f54e0cfd407-46881398',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['rfc'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['razonSocial'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['calle'];?>
<?php echo $_smarty_tpl->getVariable('item')->value['noExt'];?>
<?php echo $_smarty_tpl->getVariable('item')->value['noInt'];?>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" class="spanSucursales" id="<?php echo $_smarty_tpl->getVariable('item')->value['rfcId'];?>
" title="Ver Sucursales"/>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" class="spanView" id="<?php echo $_smarty_tpl->getVariable('item')->value['rfcId'];?>
" title="Ver Detalles" />
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['rfcId'];?>
" title="Editar"/>
</td>
</tr>