Fix trans
This commit is contained in:
parent
6217d83846
commit
082ae2e627
@ -1259,7 +1259,7 @@ class DolGraph
|
|||||||
if ($i > 0) {
|
if ($i > 0) {
|
||||||
$this->stringtoshow .= ', ';
|
$this->stringtoshow .= ', ';
|
||||||
}
|
}
|
||||||
$this->stringtoshow .= "'" . dol_escape_js(dol_trunc($val, 22)) . "'";
|
$this->stringtoshow .= "'" . dol_escape_js(dol_trunc($val, 25)) . "'"; // Lower than 25 make some important label (that we can't shorten) to be truncated
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -286,9 +286,9 @@ ReportPurchaseTurnover=Purchase turnover invoiced
|
|||||||
ReportPurchaseTurnoverCollected=Purchase turnover collected
|
ReportPurchaseTurnoverCollected=Purchase turnover collected
|
||||||
IncludeVarpaysInResults = Include various payments in reports
|
IncludeVarpaysInResults = Include various payments in reports
|
||||||
IncludeLoansInResults = Include loans in reports
|
IncludeLoansInResults = Include loans in reports
|
||||||
InvoiceLate30Days = Invoices late 30 days
|
InvoiceLate30Days = Invoices late > 30 days
|
||||||
InvoiceLate15Days = Invoices late 15 days
|
InvoiceLate15Days = Invoices late > 15 days
|
||||||
InvoiceLateMinus15Days = Invoices late
|
InvoiceLateMinus15Days = Invoices late
|
||||||
InvoiceNotLate = To pay < 15 days
|
InvoiceNotLate = To be collected < 15 days
|
||||||
InvoiceNotLate15Days = To pay > 15 days
|
InvoiceNotLate15Days = To be collected in 15 days
|
||||||
InvoiceNotLate30Days = To pay in > 30 days
|
InvoiceNotLate30Days = To be collected in 30 days
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user