Uniformize code

This commit is contained in:
Laurent Destailleur
2016-10-05 21:49:04 +02:00
parent 9ad96c2be3
commit e79a84a89b
4 changed files with 369 additions and 364 deletions

View File

@@ -217,7 +217,7 @@ abstract class CommonInvoice extends CommonObject
/**
* Return label of object status
*
* @param int $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=short label + picto
* @param int $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=short label + picto, 6=Long label + picto
* @param integer $alreadypaid 0=No payment already done, >0=Some payments were already done (we recommand to put here amount payed if you have it, 1 otherwise)
* @return string Label
*/