New stuff for encrypted amounts.

This commit is contained in:
James Cole
2015-05-23 07:47:36 +02:00
parent 54c6ca9f45
commit 1c2cbd5b40
7 changed files with 256 additions and 131 deletions

View File

@@ -74,9 +74,7 @@ class ReportQuery implements ReportQueryInterface
if ($journal->amount != 0) {
return $journal;
}
// @codeCoverageIgnoreStart
}
// @codeCoverageIgnoreEnd
} // @codeCoverageIgnore
);
return $data;
@@ -193,9 +191,7 @@ class ReportQuery implements ReportQueryInterface
if ($journal->amount != 0) {
return $journal;
}
// @codeCoverageIgnoreStart
}
// @codeCoverageIgnoreEnd
} // @codeCoverageIgnore
);
return $data;