Fix language key and css

This commit is contained in:
Laurent Destailleur
2020-06-02 15:30:07 +02:00
parent 9651b5a7c9
commit a9973ad60e
4 changed files with 8 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ if ($conf->societe->enabled)
{
$nbno = $nbtotal = 0;
print load_fiche_titre($langs->trans("BarcodeInitForThirdparties"), '', 'title_companies');
print load_fiche_titre($langs->trans("BarcodeInitForThirdparties"), '', 'company');
print '<br>'."\n";
$sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."societe where barcode IS NULL or barcode = ''";