Fix: [ bug #1240 ] traduction
This commit is contained in:
parent
0b83f1a670
commit
b6cefee45a
@ -37,6 +37,7 @@ Fix: [ bug #1123 ] Paid deposit invoices are always shown as partially paid when
|
|||||||
Fix: Corrected project contact types translation.
|
Fix: Corrected project contact types translation.
|
||||||
Fix: [ bug #1206 ] PMP price is bad calculated.
|
Fix: [ bug #1206 ] PMP price is bad calculated.
|
||||||
Fix: [ bug #520 ] Product statistics and detailed lists are wrong.
|
Fix: [ bug #520 ] Product statistics and detailed lists are wrong.
|
||||||
|
Fix: [ bug #1240 ] traduction.
|
||||||
|
|
||||||
***** ChangeLog for 3.5 compared to 3.4.* *****
|
***** ChangeLog for 3.5 compared to 3.4.* *****
|
||||||
For users:
|
For users:
|
||||||
|
|||||||
@ -998,7 +998,7 @@ if ($action == 'create')
|
|||||||
// Contract
|
// Contract
|
||||||
if ($conf->contrat->enabled)
|
if ($conf->contrat->enabled)
|
||||||
{
|
{
|
||||||
$langs->load("contrat");
|
$langs->load("contracts");
|
||||||
print '<tr><td valign="top">'.$langs->trans("Contract").'</td><td>';
|
print '<tr><td valign="top">'.$langs->trans("Contract").'</td><td>';
|
||||||
$numcontrat=$formcontract->select_contract($soc->id,GETPOST('contratid','int'),'contratid',0,1);
|
$numcontrat=$formcontract->select_contract($soc->id,GETPOST('contratid','int'),'contratid',0,1);
|
||||||
if ($numcontrat==0)
|
if ($numcontrat==0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user