Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into develop

Conflicts:
	htdocs/compta/facture/class/facture.class.php
	htdocs/core/lib/functions2.lib.php
This commit is contained in:
Laurent Destailleur
2017-09-13 20:57:53 +02:00
21 changed files with 289 additions and 209 deletions

View File

@@ -2266,4 +2266,4 @@ function random_color_part($min=0,$max=255) {
*/
function random_color($min=0, $max=255) {
return random_color_part($min, $max) . random_color_part($min, $max) . random_color_part($min, $max);
}
}