Merge branch 'fix/error_no_inaplazable' into 'main'

arreglado problema

See merge request jjimenez/safekat!691
This commit is contained in:
2025-04-12 08:18:51 +00:00

View File

@ -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');
}