mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 11:15:21 +01:00
Fix: Pb traduction
This commit is contained in:
@@ -219,7 +219,7 @@ if ($conf->produit->enabled)
|
||||
foreach($board->nb as $key=>$val)
|
||||
{
|
||||
$var=!$var;
|
||||
print '<tr '.$bc[$var].'><td width="16">'.img_object($langs->trans("Producst"),"product").'</td>';
|
||||
print '<tr '.$bc[$var].'><td width="16">'.img_object($langs->trans("Products"),"product").'</td>';
|
||||
print '<td>';
|
||||
if ($key == "products") print $langs->trans("Products");
|
||||
print '</td>';
|
||||
|
||||
Reference in New Issue
Block a user