Merge pull request #3594 from GPCsolutions/select_color

[Qual] Replaced deprecated select_color()
This commit is contained in:
Juanjo Menent 2015-09-26 08:45:24 +02:00
commit 2fc0852492
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ if ($user->rights->categorie->creer)
// Color
print '<tr><td>'.$langs->trans("Color").'</td><td>';
print $formother->select_color($color,'color');
print $formother->selectColor($color,'color');
print '</td></tr>';
// Parent category

View File

@ -156,7 +156,7 @@ print '</td></tr>';
print '<tr>';
print '<td>'.$langs->trans("Color").'</td>';
print '<td >';
print $formother->select_color($object->color, 'color');
print $formother->selectColor($object->color, 'color');
print '</td></tr>';
// Parent category