Skip to content

Commit

Permalink
Fix trans export
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 14, 2019
1 parent 650cd2b commit 4fd12e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/exports/export.php
Expand Up @@ -33,7 +33,7 @@
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';

// Load translation files required by the page
$langs->loadlangs(array('exports', 'other', 'users', 'companies', 'projects'));
$langs->loadlangs(array('admin', 'exports', 'other', 'users', 'companies', 'projects', 'suppliers', 'products'));

// Everybody should be able to go on this page
//if (! $user->admin)
Expand Down
1 change: 1 addition & 0 deletions htdocs/langs/en_US/admin.lang
Expand Up @@ -1061,6 +1061,7 @@ CompanyTown=Town
CompanyCountry=Country
CompanyCurrency=Main currency
CompanyObject=Object of the company
IDCountry=ID country
Logo=Logo
DoNotSuggestPaymentMode=Do not suggest
NoActiveBankAccountDefined=No active bank account defined
Expand Down

0 comments on commit 4fd12e2

Please sign in to comment.