mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'fix/error_no_inaplazable' into 'main'
arreglado problema See merge request jjimenez/safekat!691
This commit is contained in:
@ -206,7 +206,7 @@ document.getElementById('inaplazable').addEventListener('change', () => {
|
|||||||
updateDate('inaplazable', $('#inaplazable').prop('checked') ? 1 : 0);
|
updateDate('inaplazable', $('#inaplazable').prop('checked') ? 1 : 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
if(<?= $pedidoEntity->inaplazable ?>){
|
if(<?= $pedidoEntity->inaplazable?1:0 ?>){
|
||||||
$('.inaplazable-date').addClass('text-danger fw-bold');
|
$('.inaplazable-date').addClass('text-danger fw-bold');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user