- weekly status meeting
- Funding Request save errors – caused by mailing_address_poc_id default set to NOT NULL
- fixed it on site
ALTER TABLE `funding_requests` CHANGE `mailing_address_poc_id` `mailing_address_poc_id` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL
- fixed it on site
- Monthly Financial Datagrid has current month set to 14th day of next month – configurable in setupModel.xml
