Fix: Traduction propal dans tableau de bord
This commit is contained in:
parent
2534becb53
commit
a25351babd
@ -268,6 +268,8 @@ if (MAIN_SHOW_WORKBOARD == 1)
|
|||||||
// Nbre propales ouvertes (expirées)
|
// Nbre propales ouvertes (expirées)
|
||||||
if ($conf->propal->enabled && $user->rights->propale->lire)
|
if ($conf->propal->enabled && $user->rights->propale->lire)
|
||||||
{
|
{
|
||||||
|
$langs->load("propal");
|
||||||
|
|
||||||
include_once(DOL_DOCUMENT_ROOT."/propal.class.php");
|
include_once(DOL_DOCUMENT_ROOT."/propal.class.php");
|
||||||
$board=new Propal($db);
|
$board=new Propal($db);
|
||||||
$board->load_board($user,"opened");
|
$board->load_board($user,"opened");
|
||||||
@ -291,6 +293,8 @@ if (MAIN_SHOW_WORKBOARD == 1)
|
|||||||
// Nbre propales fermées signées (à facturer)
|
// Nbre propales fermées signées (à facturer)
|
||||||
if ($conf->propal->enabled && $user->rights->propale->lire)
|
if ($conf->propal->enabled && $user->rights->propale->lire)
|
||||||
{
|
{
|
||||||
|
$langs->load("propal");
|
||||||
|
|
||||||
include_once(DOL_DOCUMENT_ROOT."/propal.class.php");
|
include_once(DOL_DOCUMENT_ROOT."/propal.class.php");
|
||||||
$board=new Propal($db);
|
$board=new Propal($db);
|
||||||
$board->load_board($user,"signed");
|
$board->load_board($user,"signed");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user