Passed
Push — v3.0 ( afe0c2...f561e7 )
by Samir
190:58 queued 148:17
created
web_interface/astpp/application/modules/signup/controllers/signup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
                       else
228 228
                       $user_data['pricelist_id'] = 0; */
229 229
                     //$user_data['pricelist_id'] = ($pricelist_id != "") ? $pricelist_id : 0;
230
-		      $user_data['pricelist_id']=$selection_rategroup_signup;
230
+		      $user_data['pricelist_id'] = $selection_rategroup_signup;
231 231
                 }
232 232
                 $last_id = '0';
233 233
                 //Insert or Update record
Please login to merge, or discard this patch.