Fix: [ bug #1240 ] traduction

This commit is contained in:
Laurent Destailleur 2014-03-01 15:21:11 +01:00
parent 0b83f1a670
commit b6cefee45a
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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)