INFRA-132 - CRM/Price - Misc
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 22:56:57 +0000 (14:56 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:48 +0000 (15:07 -0800)
CRM/Price/BAO/PriceField.php
CRM/Price/Form/Set.php

index 7645875439c24eda7817d3e8fdb855c6694bae87..b98e8e99baf11c96f7ccdf2bc325dda2cc046551 100644 (file)
@@ -241,7 +241,8 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
    * @internal param bool $search true if used for search else false
    * @static
    */
-  public static function addQuickFormElement(&$qf,
+  public static function addQuickFormElement(
+    &$qf,
     $elementName,
     $fieldId,
     $inactiveNeeded,
index 4389bc079e74c699eca378ae8ac9e12501de294c..e8261fac68a473dc91743820efa1c684acc14d41 100644 (file)
@@ -247,7 +247,8 @@ class CRM_Price_Form_Set extends CRM_Core_Form {
       CRM_Price_BAO_PriceSet::retrieve($params, $defaults);
       $extends = explode(CRM_Core_DAO::VALUE_SEPARATOR, $defaults['extends']);
       unset($defaults['extends']);
-      foreach ($extends as $compId) { $defaults['extends'][$compId] = 1;
+      foreach ($extends as $compId) {
+        $defaults['extends'][$compId] = 1;
       }
     }