df
This commit is contained in:
parent
75b424c1e6
commit
de815b67d9
|
|
@ -1,5 +1,3 @@
|
|||
<?php $this->titre = "INTER SANTE - Créer un nouveau Produit"; ?>
|
||||
|
||||
<div class="page-content animate__animated animate__fadeIn">
|
||||
|
||||
<div class="header-section mb-1">
|
||||
|
|
@ -48,7 +46,7 @@
|
|||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Mode Calcul Prime") ?> <span class="text-danger">*</span></label>
|
||||
<select class="form-select border-2 shadow-none fw-bold text-primary" id="codeModecalculPrime" name="codeModecalculPrime" required onchange="modecalculeprime()">
|
||||
<select class="form-select border-2 shadow-none fw-bold text-muted" id="codeModecalculPrime" name="codeModecalculPrime" required onchange="modecalculeprime()">
|
||||
<?php liste_options($calculprime, "", false); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user