mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Revisando roles y añadido clase beta al CSS
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user