[Qual] Replaced deprecated select_color()

This commit is contained in:
Raphaël Doursenaud 2015-09-24 20:40:40 +02:00
parent ea7384cf68
commit c0570a7f84
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