All kinds of cleanup.

This commit is contained in:
James Cole
2014-12-06 21:48:23 +01:00
parent 07610ae8fb
commit 31a0be5bb4
26 changed files with 138 additions and 111 deletions

View File

@@ -67,6 +67,7 @@ class Report implements ReportInterface
}
}
}
return null;
}
);
} else {
@@ -86,6 +87,7 @@ class Report implements ReportInterface
}
}
}
return null;
}
);
}
@@ -148,6 +150,7 @@ class Report implements ReportInterface
}
}
}
return null;
}
);
} else {
@@ -157,6 +160,7 @@ class Report implements ReportInterface
if ($journal->transactionType->type == 'Deposit') {
return $journal;
}
return null;
}
);
}