warning fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 26 May 2015 08:42:20 +0000 (14:12 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 26 May 2015 08:42:20 +0000 (14:12 +0530)
CRM/Batch/Form/Entry.php

index d5513aa7270b77de47cc8715db390769e609101b..fea1fe186874c2c0e9643ae6433d11bf23a4b072 100755 (executable)
@@ -288,7 +288,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form {
 
     //CRM-16480 if contact is selected, validate financial type and amount field.
     foreach ($params['field'] as $key => $value) {
-      foreach($fields as $field => $label) {
+      foreach ($fields as $field => $label) {
         if (!empty($params['primary_contact_id'][$key]) && empty($value[$field])) {
           $errors["field[$key][$field]"] = ts('%1 is a required field.', array(1 => $label));
         }