Task #1045 - Amélioration apparence :

Détail opération : avec onglet + action liée (ajout + suppression)
This commit is contained in:
Dany De Bontridder 2014-11-16 15:25:38 +01:00
parent cbd188fb6d
commit bbf9fb1dd0
10 changed files with 291 additions and 249 deletions

View file

@ -600,7 +600,7 @@ class Acc_Ledger extends jrn_def_sql
* @param$sql is the sql stmt, normally created by build_search_sql
* @param$offset the offset
* @param$p_paid if we want to see info about payment
\code
@code
// Example
// Build the sql
list($sql,$where)=$Ledger->build_search_sql($_GET);
@ -618,12 +618,12 @@ class Acc_Ledger extends jrn_def_sql
// show nav bar
echo $bar;
\endcode
* \see build_search_sql
* \see display_search_form
* \see search_form
@endcode
* @see build_search_sql
* @see display_search_form
* @see search_form
* \return HTML string
* @return HTML string
*/
public function list_operation_to_reconcile($sql)