Added ability to assign a category of product to a customer

This commit is contained in:
Regis Houssin 2008-10-07 12:24:34 +00:00
parent cf937a4278
commit a69ffe024d

View File

@ -136,7 +136,7 @@ if ($type == 0 && $conf->global->CATEGORY_ASSIGNED_TO_A_CUSTOMER)
else
{
print '<tr><td width="20%" class="notopnoleft">';
print $langs->trans("InternalCategory").'</td><td>';
print $langs->trans("InernalCategory").'</td><td>';
print ($c->visible ? $langs->trans("Visible") : $langs->trans("Invisible"));
print '</td></tr>';
}