Arreglado el mostrar automaticamente el boton de guardar en presupuestos, corregidos bugs de checkboxes tambien

This commit is contained in:
imnavajas
2024-04-17 15:14:06 +02:00
parent 2fb8c97fd8
commit 258e7d38a0
7 changed files with 33 additions and 95 deletions

View File

@ -39,7 +39,7 @@
</div>
<?php } ?>
<?= $this->section('additionalInlineJs') ?>
<?= $this->section('globalJsFunctions') ?>
function showBreadCrumbSaveButton(showIt = false){
if(showIt === true){

View File

@ -346,6 +346,7 @@ if (isset($global_js_variables)) {
<script type="text/javascript">
<?= $this->renderSection('globalJsFunctions') ?>
var theTable;
var <?=csrf_token() ?? 'token'?>v = '<?= csrf_hash() ?>';