Trans
This commit is contained in:
parent
59e86f4a6b
commit
209bf00b69
@ -3662,7 +3662,10 @@ class Commande extends CommonOrder
|
|||||||
} elseif ($status == self::STATUS_SHIPMENTONPROCESS) {
|
} elseif ($status == self::STATUS_SHIPMENTONPROCESS) {
|
||||||
$labelStatus = $langs->transnoentitiesnoconv('StatusOrderSent').$billedtext;
|
$labelStatus = $langs->transnoentitiesnoconv('StatusOrderSent').$billedtext;
|
||||||
$labelStatusShort = $langs->transnoentitiesnoconv('StatusOrderSentShort').$billedtext;
|
$labelStatusShort = $langs->transnoentitiesnoconv('StatusOrderSentShort').$billedtext;
|
||||||
$labelTooltip = $langs->transnoentitiesnoconv("StatusOrderSent").' - '.$langs->transnoentitiesnoconv("DateDeliveryPlanned").dol_print_date($this->date_livraison).$billedtext;
|
$labelTooltip = $langs->transnoentitiesnoconv("StatusOrderSent");
|
||||||
|
if (!empty($this->delivery_date)) {
|
||||||
|
$labelTooltip .= ' - '.$langs->transnoentitiesnoconv("DateDeliveryPlanned").dol_print_date($this->delivery_date, 'day').$billedtext;
|
||||||
|
}
|
||||||
$statusType = 'status4';
|
$statusType = 'status4';
|
||||||
} elseif ($status == self::STATUS_CLOSED && (!$billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) {
|
} elseif ($status == self::STATUS_CLOSED && (!$billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) {
|
||||||
$labelStatus = $langs->transnoentitiesnoconv('StatusOrderToBill');
|
$labelStatus = $langs->transnoentitiesnoconv('StatusOrderToBill');
|
||||||
|
|||||||
@ -2310,4 +2310,6 @@ Images=Images
|
|||||||
MaxNumberOfImagesInGetPost=Max number of images allowed in a HTML field submitted in a form
|
MaxNumberOfImagesInGetPost=Max number of images allowed in a HTML field submitted in a form
|
||||||
ScriptIsEmpty=The script is empty
|
ScriptIsEmpty=The script is empty
|
||||||
ShowHideTheNRequests=Show/hide the %s SQL request(s)
|
ShowHideTheNRequests=Show/hide the %s SQL request(s)
|
||||||
DefinedAPathForAntivirusCommandIntoSetup=Define a path for an antivirus program into <b>%s</b>
|
DefinedAPathForAntivirusCommandIntoSetup=Define a path for an antivirus program into <b>%s</b>
|
||||||
|
TriggerCodes=Triggerable events
|
||||||
|
TriggerCodeInfo=Enter here the list of trigger codes that must generate a post of a web request
|
||||||
Loading…
Reference in New Issue
Block a user