Completed
Branch develop (6fc0a8)
by
unknown
16:53
created
htdocs/core/lib/prelevement.lib.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -107,13 +107,13 @@
 block discarded – undo
107 107
 }
108 108
 
109 109
 	/**
110
- *  Return array head with list of tabs to view object informations
111
- *
112
- *  @param	object	$object         Member
113
- *  @param  int     $nbOfInvoices   No of invoices
114
- *  @param  int     $nbOfSalaryInvoice  No of salary invoices
115
- *  @return array           		head
116
- */
110
+	 *  Return array head with list of tabs to view object informations
111
+	 *
112
+	 *  @param	object	$object         Member
113
+	 *  @param  int     $nbOfInvoices   No of invoices
114
+	 *  @param  int     $nbOfSalaryInvoice  No of salary invoices
115
+	 *  @return array           		head
116
+	 */
117 117
 function bon_prelevement_prepare_head(BonPrelevement $object, $nbOfInvoices, $nbOfSalaryInvoice)
118 118
 {
119 119
 	global $langs, $conf;
Please login to merge, or discard this patch.