This commit is contained in:
KONE SOREL 2026-03-11 10:39:39 +00:00
parent bee3b88c0c
commit 702b4e32bd
2 changed files with 5 additions and 5 deletions

View File

@ -61,12 +61,12 @@
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-mobile-alt text-success"></i></span>
<input type="number" class="form-control border-2 border-start-0 fw-bold"
id="mobilePaiement" name="mobilePaiement" value="0" title="<?= _("L'indicatif est obligatoire")?>">
id="mobilePaiement" name="mobilePaiement" value="0" title="<?= _("L'indicatif est obligatoire")?>" required>
</div>
</div>
<div class="col-md-3">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Déduire Comm.") ?></label>
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Déduire Commission") ?></label>
<select name="deduireComm" id="deduireComm" class="selectpicker form-control border-2 shadow-xs" data-container="body">
<?= liste_options($ouinonoptionnelle, '1', true) ?>
</select>

View File

@ -49,14 +49,14 @@
<td width="5%" align="center"><?= _("Responsable") ?></td>
<td width="20%" ><INPUT class="form-control majuscule" TYPE="text" id="nomResponsable" NAME="nomResponsable" value="<?= $this->nettoyer($commerciaux['nomResponsable']); ?>"></td>
<td width="5%" align="center"><?= _("Mobile Payer") ?></td>
<td width="30%"><INPUT class="form-control" TYPE="number" id="mobilePaiement" NAME="mobilePaiement" value="<?= $this->nettoyer($commerciaux['mobilePaiement']); ?>" title="<?= _("L'indicatif est obligatoire")?>"></td>
<td width="5%" align="center" class="required"><?= _("N° Mobile Paiement") ?></td>
<td width="30%"><INPUT class="form-control" TYPE="number" id="mobilePaiement" NAME="mobilePaiement" value="<?= $this->nettoyer($commerciaux['mobilePaiement']); ?>" title="<?= _("L'indicatif est obligatoire")?>" required></td>
<td width="5%" align="center"><?= _("Adresse Postale") ?></td>
<td colspan="3"><INPUT class="form-control majuscule" TYPE="text" id="adressePost" NAME="adressePost" value="<?= $this->nettoyer($commerciaux['adressePost']); ?>"></td>
</tr>
<tr>
<td width="5%" align="center"><?= _("Adresse Géo.") ?></td>
<td width="5%" align="center"><?= _("Adresse Géographique") ?></td>
<td colspan="7"><INPUT class="form-control majuscule" TYPE="text" id="adresseGeo" NAME="adresseGeo" value="<?= $this->nettoyer($commerciaux['adresseGeo']); ?>"></td>
</tr>
</tbody>