documentation + traduction
This commit is contained in:
parent
1af12b7d46
commit
1c6bc0b432
2 changed files with 5 additions and 5 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue