documentation + traduction

This commit is contained in:
Dany De Bontridder 2019-09-18 23:13:33 +02:00 committed by Dany De Bontridder
parent 1af12b7d46
commit 1c6bc0b432
2 changed files with 5 additions and 5 deletions

View file

@ -24,8 +24,7 @@ if (!defined('ALLOWED'))
/**
* @file
* @brief
* @param type $name Descriptionara
* @brief search in ledger
*/
class Acc_Ledger_Search
{
@ -168,6 +167,7 @@ class Acc_Ledger_Search
$f_amount_min->value=$http->request("amount_min","string",0);
$f_amount_max=new INum('amount_max', '0', $this->div."amount_max");
$f_amount_max->value=$http->request("amount_max","string",0);
/* input quick code */
$f_qcode=new ICard($this->div.'qcode');