Hi.
In closeuncloseOrganizationBudegetElement.php you set
$_REQUEST['OrganizationBudgetPeriod']=$year;
I'm not able to understand why. Where $_REQUEST['OrganizationBudgetPeriod'] is get ?
Thank you for your attention
Are you dealing with line "$_REQUEST['OrganizationBudgetPeriod']=$year;" ?
If so, it is a way to pass some "parameter" to the object OrganizationBudgetElementMain (it is used in the constructor) used in the included objectDetail.php (a weird way, but seems to be working)
Thanks a lot.
In my version objectDetail is a component, so I don't need to use such "weird way"