arraglado bug con el token cuando se cambiaba tarifa a por horas

This commit is contained in:
2023-12-07 16:49:08 +01:00
parent ab6763aeaa
commit 62f0031630
312 changed files with 58826 additions and 3 deletions

View File

@ -221,8 +221,7 @@
method: 'POST',
headers: {'X-Requested-With': 'XMLHttpRequest'},
success:function(response){
token=JSON.parse(response).<?= csrf_token() ?>;
token = response.<?= csrf_token() ?>;
yeniden(token);
theTable3.clearPipeline();
@ -249,7 +248,7 @@
headers: {'X-Requested-With': 'XMLHttpRequest'},
success:function(response){
token=JSON.parse(response).<?= csrf_token() ?>;
token=response.<?= csrf_token() ?>;
yeniden(token);
theTable3.clearPipeline();