Completed
Branch develop (b5f2d2)
by
unknown
20:52
created
htdocs/compta/paiement/list.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,9 @@
 block discarded – undo
119 119
 }
120 120
 
121 121
 // Security check
122
-if ($user->socid) $socid = $user->socid;
122
+if ($user->socid) {
123
+	$socid = $user->socid;
124
+}
123 125
 $result = restrictedArea($user, 'facture', $facid, '');
124 126
 
125 127
 
Please login to merge, or discard this patch.