mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Update html.form.class.php
$lang->load('errors') is needed to load the traductions for:
$return.= '<font class="error">'.$langs->trans("ErrorYourCountryIsNotDefined").'</div>';
$return.= '<font class="error">'.$langs->trans("ErrorSupplierCountryIsNotDefined").'</div>';
This commit is contained in:
@@ -4519,6 +4519,8 @@ class Form
|
||||
{
|
||||
global $langs,$conf,$mysoc;
|
||||
|
||||
$langs->load('errors');
|
||||
|
||||
$return='';
|
||||
|
||||
// Define defaultnpr, defaultttx and defaultcode
|
||||
|
||||
Reference in New Issue
Block a user