mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'bug/tarifa_horas' into 'main'
arraglado bug con el token cuando se cambiaba tarifa a por horas See merge request jjimenez/safekat!82
This commit is contained in:
0
ci4/app/Controllers/Tarifas/Tarifaencuadernacionlineashoras.php
Executable file → Normal file
0
ci4/app/Controllers/Tarifas/Tarifaencuadernacionlineashoras.php
Executable file → Normal file
0
ci4/app/Entities/Tarifas/TarifaEncuadernacionLineaHoras.php
Executable file → Normal file
0
ci4/app/Entities/Tarifas/TarifaEncuadernacionLineaHoras.php
Executable file → Normal file
0
ci4/app/Models/Tarifas/TarifaEncuadernacionLineaHorasModel.php
Executable file → Normal file
0
ci4/app/Models/Tarifas/TarifaEncuadernacionLineaHorasModel.php
Executable file → Normal 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();
|
||||
|
||||
Reference in New Issue
Block a user