test
This commit is contained in:
parent
9882345fda
commit
96218a2293
|
|
@ -1440,6 +1440,9 @@ function enregistrer_avenant()
|
|||
</span>
|
||||
</div>
|
||||
`);
|
||||
|
||||
document.getElementById("formAvenant").submit();
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-12 mt-4">
|
||||
<button type="submit" class="btn btn-primary btn-lg w-100 shadow fw-bold py-3" onclick="javascript:enregistrer_avenant();">
|
||||
<button type="button" class="btn btn-primary btn-lg w-100 shadow fw-bold py-3" onclick="javascript:enregistrer_avenant();">
|
||||
<i class="fas fa-save me-2"></i> <?= _("Générer et Enregistrer l'Avenant") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -654,7 +654,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.19.10"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.19.11"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user