2014-10-20 10:26:06 -04:00
|
|
|
<?php
|
|
|
|
|
|
2014-11-30 04:54:48 -05:00
|
|
|
$section = $this->menuSection($this->translate('Reporting'))
|
|
|
|
|
->add($this->translate('Business Processes'))
|
2014-11-30 09:56:58 -05:00
|
|
|
->setUrl('businessprocess/process/show');
|
2014-10-20 10:26:06 -04:00
|
|
|
|