2
0
forked from Wavyzz/dolibarr

Hidden option CHANGE_ORDER_CONCAT_DESCRIPTION were renamed into

MAIN_CHANGE_ORDER_CONCAT_DESCRIPTION
This commit is contained in:
Laurent Destailleur
2019-03-22 13:00:48 +01:00
parent a7181750c6
commit 28fede950f
9 changed files with 12 additions and 11 deletions

View File

@@ -5760,7 +5760,7 @@ function dol_textishtml($msg, $option = 0)
* @param string $text1 Text 1
* @param string $text2 Text 2
* @param bool $forxml false=Use <br>instead of \n if html content detected, true=Use <br /> instead of \n if html content detected
* @param bool $invert invert order of description lines if CONF CHANGE_ORDER_CONCAT_DESCRIPTION is active
* @param bool $invert invert order of description lines (we often use config MAIN_CHANGE_ORDER_CONCAT_DESCRIPTION in this parameter)
* @return string Text 1 + new line + Text2
* @see dol_textishtml()
*/