Task #0001297: Perfectionnement menu COMPTA/ADV/OPEN
Improve operation message
This commit is contained in:
parent
a3470e6e27
commit
5732650e59
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ if ($sa=='step4')
|
|||
$array=$saldo->get_saldo_exercice($p_periode);
|
||||
/* we need to transform the array into a Acc_Ledger array */
|
||||
$result=array();
|
||||
$result['desc']=_("Ecriture d'ouverture");
|
||||
$result['desc']=sprintf(_("Ecriture d'ouverture %d"),$g_user->get_exercice());
|
||||
$result['nb_item']=sizeof($array);
|
||||
$result['p_jrn']=$p_jrn;
|
||||
$result["ac"]=$http->request("ac");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue