Update impayees.php
remove useless type alpha.
This commit is contained in:
parent
25a591bd03
commit
2cfc5f10a8
@ -174,7 +174,7 @@ $(document).ready(function() {
|
||||
$now=dol_now();
|
||||
|
||||
$search_ref = GETPOST("search_ref");
|
||||
$search_refcustomer=GETPOST('search_refcustomer','alpha');
|
||||
$search_refcustomer=GETPOST('search_refcustomer');
|
||||
$search_societe = GETPOST("search_societe");
|
||||
$search_montant_ht = GETPOST("search_montant_ht");
|
||||
$search_montant_ttc = GETPOST("search_montant_ttc");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user