Completed
Branch develop (c31049)
by
unknown
23:57
created
htdocs/core/tpl/object_discounts.tpl.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -25,14 +25,14 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.