2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2021-01-28 00:18:11 +01:00
parent 1960c712df
commit 2be157c91f

View File

@@ -289,7 +289,7 @@ if ($mode == 'customer')
if ($mode == 'supplier')
{
$cat_type = Categorie::TYPE_SUPPLIER;
$cat_label = $langs->trans("Supplier").' '.lcfirst($langs->trans("Customer"));
$cat_label = $langs->trans("Category").' '.lcfirst($langs->trans("Supplier"));
}
print '<tr><td>'.$cat_label.'</td><td>';
print $formother->select_categories($cat_type, $categ_id, 'categ_id', true);