Skip to content
Snippets Groups Projects
Commit b6cefee4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: [ bug #1240 ] traduction

parent 0b83f1a6
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ Fix: [ bug #1123 ] Paid deposit invoices are always shown as partially paid when
Fix: Corrected project contact types translation.
Fix: [ bug #1206 ] PMP price is bad calculated.
Fix: [ bug #520 ] Product statistics and detailed lists are wrong.
Fix: [ bug #1240 ] traduction.
***** ChangeLog for 3.5 compared to 3.4.* *****
For users:
......
......@@ -998,7 +998,7 @@ if ($action == 'create')
// Contract
if ($conf->contrat->enabled)
{
$langs->load("contrat");
$langs->load("contracts");
print '<tr><td valign="top">'.$langs->trans("Contract").'</td><td>';
$numcontrat=$formcontract->select_contract($soc->id,GETPOST('contratid','int'),'contratid',0,1);
if ($numcontrat==0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment