fix html linebreak
This commit is contained in:
parent
55d48077a3
commit
68579f9cda
@ -552,7 +552,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
|
|||||||
$object->actionmsg = $langs->transnoentities("OrderRefusedInDolibarr", $object->ref);
|
$object->actionmsg = $langs->transnoentities("OrderRefusedInDolibarr", $object->ref);
|
||||||
|
|
||||||
if (!empty($object->refuse_note)) {
|
if (!empty($object->refuse_note)) {
|
||||||
$object->actionmsg .= '<br />';
|
$object->actionmsg .= '<br>';
|
||||||
$object->actionmsg .= $langs->trans("Reason") . ': '.$object->refuse_note;
|
$object->actionmsg .= $langs->trans("Reason") . ': '.$object->refuse_note;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user