Revisando roles y añadido clase beta al CSS

This commit is contained in:
unknown
2025-04-07 09:55:30 +02:00
parent e5b2bc19d4
commit c450d4f804
18 changed files with 135 additions and 104 deletions

View File

@ -215,7 +215,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
},