Update impayees.php

remove useless type alpha.
This commit is contained in:
nicoplh 2014-07-18 14:47:23 +02:00
parent 25a591bd03
commit 2cfc5f10a8

View File

@ -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");