From a69ffe024d0a88869bdcbecb337b1e6663e81a07 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Tue, 7 Oct 2008 12:24:34 +0000 Subject: [PATCH] Added ability to assign a category of product to a customer --- htdocs/categories/viewcat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 2d0a46b7ccd..213ff8faf86 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -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>'; } -- GitLab