@@ -25,14 +25,14 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @var Object $object |
|
| 29 | - * @var Form $form |
|
| 30 | - * @var Translate $langs |
|
| 31 | - * @var Societe $thirdparty |
|
| 32 | - * @var float $absolute_discount Amount of fixed discounts available |
|
| 33 | - * @var float $absolute_creditnote Amount of credit notes available |
|
| 34 | - * @var int $cannotApplyDiscount |
|
| 35 | - */ |
|
| 28 | + * @var Object $object |
|
| 29 | + * @var Form $form |
|
| 30 | + * @var Translate $langs |
|
| 31 | + * @var Societe $thirdparty |
|
| 32 | + * @var float $absolute_discount Amount of fixed discounts available |
|
| 33 | + * @var float $absolute_creditnote Amount of credit notes available |
|
| 34 | + * @var int $cannotApplyDiscount |
|
| 35 | + */ |
|
| 36 | 36 | |
| 37 | 37 | print '<!-- BEGIN object_discounts.tpl.php -->'."\n"; |
| 38 | 38 | |