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