Skip to content
Snippets Groups Projects
Commit 25b19544 authored by Tim Steiner's avatar Tim Steiner
Browse files

Misc UCC report updates.

parent cf3ab397
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,12 @@
<h3>Extended Reports</h3>
<ul>
<?php for ($startDate = clone $this->startDate; $startDate->isEarlier($this->endDate); $startDate->addMonth(1)) { ?>
<?php
for ($startDate = clone $this->startDate; $startDate->isEarlier($this->endDate); $startDate->addMonth(1)) {
if (in_array($startDate->get(Zend_Date::MONTH), array(5,6,7,8))) {
continue;
}
?>
<li>
<a href="<?php echo $this->url(array('type' => 'extended',
'month' => date('n', $startDate->getTimestamp()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment