Merge pull request #2138 from aspangaro/3.5-patch1
Correct in activity box
This commit is contained in:
commit
fbb25eae11
@ -114,7 +114,7 @@ class box_activity extends ModeleBoxes
|
|||||||
$billurl="viewstatut=2&paye=1&year=".$objp->annee;
|
$billurl="viewstatut=2&paye=1&year=".$objp->annee;
|
||||||
|
|
||||||
$this->info_box_contents[$i][2] = array('td' => 'align="right"',
|
$this->info_box_contents[$i][2] = array('td' => 'align="right"',
|
||||||
'text' => $objp->nb, 'url' => DOL_URL_ROOT."/compta/facture/liste.php?".$billurl."&mainmenu=accountancy&leftmenu=customers_bills"
|
'text' => $objp->nb, 'url' => DOL_URL_ROOT."/compta/facture/list.php?".$billurl."&mainmenu=accountancy&leftmenu=customers_bills"
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->info_box_contents[$i][3] = array('td' => 'align="right"',
|
$this->info_box_contents[$i][3] = array('td' => 'align="right"',
|
||||||
|
|||||||
@ -1017,6 +1017,7 @@ class FormOther
|
|||||||
if ($nbboxactivated)
|
if ($nbboxactivated)
|
||||||
{
|
{
|
||||||
$langs->load("boxes");
|
$langs->load("boxes");
|
||||||
|
$langs->load("projects");
|
||||||
|
|
||||||
$emptybox=new ModeleBoxes($db);
|
$emptybox=new ModeleBoxes($db);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user