Close : Encours dépassé #15307
This commit is contained in:
parent
00dca7ff9b
commit
6e9a3c05f4
@ -82,7 +82,7 @@ class box_customers_outstanding_bill_reached extends ModeleBoxes
|
||||
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|
||||
$thirdpartystatic = new Societe($this->db);
|
||||
|
||||
$this->info_box_head = array('text' => "Last Cutomers Outstanding Bill Reached");
|
||||
$this->info_box_head = array('text' => $langs->trans("BoxTitleLastOutstandingBillReached", $max));
|
||||
|
||||
if ($user->rights->societe->lire)
|
||||
{
|
||||
@ -144,11 +144,6 @@ class box_customers_outstanding_bill_reached extends ModeleBoxes
|
||||
'asis' => 1,
|
||||
);
|
||||
|
||||
$this->info_box_contents[$line][] = array(
|
||||
'td' => 'class="right"',
|
||||
'text' => dol_print_date($datem, "day")
|
||||
);
|
||||
|
||||
$this->info_box_contents[$line][] = array(
|
||||
'td' => 'class="right" width="18"',
|
||||
'text' => $thirdpartystatic->LibStatut($objp->status, 3)
|
||||
|
||||
@ -46,6 +46,7 @@ BoxTitleLastModifiedDonations=Latest %s modified donations
|
||||
BoxTitleLastModifiedExpenses=Latest %s modified expense reports
|
||||
BoxTitleLatestModifiedBoms=Latest %s modified BOMs
|
||||
BoxTitleLatestModifiedMos=Latest %s modified Manufacturing Orders
|
||||
BoxTitleLastOutstandingBillReached=Latest %s customers with maximum outstanding exceeded
|
||||
BoxGlobalActivity=Global activity (invoices, proposals, orders)
|
||||
BoxGoodCustomers=Good customers
|
||||
BoxTitleGoodCustomers=%s Good customers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user