Close #15729 : fix error on box name and format
This commit is contained in:
parent
54228ad256
commit
dea75e6158
@ -110,8 +110,8 @@ class box_scheduled_jobs extends ModeleBoxes
|
|||||||
$cronstatic->status
|
$cronstatic->status
|
||||||
);
|
);
|
||||||
$line++;
|
$line++;
|
||||||
}
|
}
|
||||||
if (!empty($objp->lastresult)){
|
if (!empty($objp->lastresult)) {
|
||||||
$nbjobsinerror++;
|
$nbjobsinerror++;
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
@ -51,7 +51,7 @@ BoxGlobalActivity=Global activity (invoices, proposals, orders)
|
|||||||
BoxGoodCustomers=Good customers
|
BoxGoodCustomers=Good customers
|
||||||
BoxTitleGoodCustomers=%s Good customers
|
BoxTitleGoodCustomers=%s Good customers
|
||||||
BoxTitleFunnelOfProspection=Amount of prospection by status
|
BoxTitleFunnelOfProspection=Amount of prospection by status
|
||||||
BoxScheduledJobs=Schedules jobs
|
BoxScheduledJobs=Scheduled jobs
|
||||||
FailedToRefreshDataInfoNotUpToDate=Failed to refresh RSS flux. Latest successful refresh date: %s
|
FailedToRefreshDataInfoNotUpToDate=Failed to refresh RSS flux. Latest successful refresh date: %s
|
||||||
LastRefreshDate=Latest refresh date
|
LastRefreshDate=Latest refresh date
|
||||||
NoRecordedBookmarks=No bookmarks defined.
|
NoRecordedBookmarks=No bookmarks defined.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user