Fix consistency of label of proposal status
This commit is contained in:
parent
923b561aff
commit
4d959bbea7
@ -3109,7 +3109,7 @@ class Propal extends CommonObject
|
||||
$this->labelstatut[3]=$langs->trans("PropalStatusNotSigned");
|
||||
$this->labelstatut[4]=$langs->trans("PropalStatusBilled");
|
||||
$this->labelstatut_short[0]=$langs->trans("PropalStatusDraftShort");
|
||||
$this->labelstatut_short[1]=$langs->trans("Opened");
|
||||
$this->labelstatut_short[1]=$langs->trans("PropalStatusValidatedShort");
|
||||
$this->labelstatut_short[2]=$langs->trans("PropalStatusSignedShort");
|
||||
$this->labelstatut_short[3]=$langs->trans("PropalStatusNotSignedShort");
|
||||
$this->labelstatut_short[4]=$langs->trans("PropalStatusBilledShort");
|
||||
|
||||
@ -990,7 +990,7 @@ if ($resql)
|
||||
}
|
||||
|
||||
// Show total line
|
||||
if (isset($totalarray['totalhtfield'])
|
||||
if (isset($totalarray['totalhtfield'])
|
||||
|| isset($totalarray['totalvatfield'])
|
||||
|| isset($totalarray['totalttcfield'])
|
||||
|| isset($totalarray['totalamfield'])
|
||||
|
||||
@ -33,7 +33,7 @@ PropalStatusSigned=Signed (needs billing)
|
||||
PropalStatusNotSigned=Not signed (closed)
|
||||
PropalStatusBilled=Billed
|
||||
PropalStatusDraftShort=Draft
|
||||
PropalStatusValidatedShort=Validated
|
||||
PropalStatusValidatedShort=Validated (open)
|
||||
PropalStatusClosedShort=Closed
|
||||
PropalStatusSignedShort=Signed
|
||||
PropalStatusNotSignedShort=Not signed
|
||||
|
||||
@ -33,7 +33,7 @@ PropalStatusSigned=Signée (à facturer)
|
||||
PropalStatusNotSigned=Non signée (fermée)
|
||||
PropalStatusBilled=Facturée
|
||||
PropalStatusDraftShort=Brouillon
|
||||
PropalStatusValidatedShort=Validé
|
||||
PropalStatusValidatedShort=Validée (ouverte)
|
||||
PropalStatusClosedShort=Fermée
|
||||
PropalStatusSignedShort=Signée
|
||||
PropalStatusNotSignedShort=Non signée
|
||||
|
||||
Loading…
Reference in New Issue
Block a user