Browse Source

corrige le formulaire d'accès

master
vince vince 2 years ago
parent
commit
1c885fc96f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@ -344,7 +344,7 @@ if (!$isConfig and $hasSupplier) {
</div>
</div>
<div class="col-12">
<form action="<?php echo generateUrl(); ?>" method="post">
<form action="<?php echo generateUrl(); ?>" method="get">
<datalist id="supplierList">
<?php foreach ($suppliers as $supplier) : ?>
<option value="<?php echo $supplier; ?>" />


Loading…
Cancel
Save