Merge pull request #13723 from eileenmcnaughton/5.11
authorEileen McNaughton <eileen@mcnaughty.com>
Thu, 28 Feb 2019 20:59:46 +0000 (09:59 +1300)
committerGitHub <noreply@github.com>
Thu, 28 Feb 2019 20:59:46 +0000 (09:59 +1300)
financial#46 - clean money format at form layer - Fix mistreatment of event fees > 1000 when saving

CRM/Report/Form.php

index a69e37d51e9e60a2ce780d6c0e7133a1e4286276..6fb50c2f6db59a4af3867f96da819b7bf8fd2fe9 100644 (file)
@@ -4493,8 +4493,8 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
             $rows[$rowNum]["{$fieldName}_link"] = $url;
             $rows[$rowNum]["{$fieldName}_hover"] = ts("%1 for this %2.", array(1 => $linkText, 2 => $addressField));
           }
-          $entryFound = TRUE;
         }
+        $entryFound = TRUE;
       }
     }