Merge branch 'main' into 'fix/arreglar_resumen_cliente_vs_admin'

Main

See merge request jjimenez/safekat!674
This commit is contained in:
2025-04-07 21:39:12 +00:00
45 changed files with 241 additions and 8140 deletions

View File

@ -217,7 +217,7 @@ class tarifasClienteView {
popErrorAlert(window.language.ClientePrecios.errors.error_nombre_template, 'error-nombre')
}
else {
new Ajax('/clientes/clienteplantillaprecios/add',
new Ajax('/clienteplantillaprecios/add',
{
'from_client_data': 1,
'cliente_id': this.clienteId,

View File

@ -60,7 +60,7 @@ class PlantillasTarifasClienteList {
// Se borran las lineas asociadas
new Ajax(
"/clientes/clienteplantillaprecios/update/" + dataId,
"/clienteplantillaprecios/update/" + dataId,
{
[this.csrf_token]: this.csrf_hash
},