Added install code, navigation menu and DAO file

This commit is contained in:
2018-08-11 17:03:32 +05:30
parent 5595bf48c9
commit 29abfc684d
9 changed files with 835 additions and 8 deletions

View File

@ -0,0 +1,9 @@
<?php
class CRM_Grant_BAO_GrantBudget extends CRM_Grant_DAO_GrantBudget {
public static function getFiscalyear() {
return [2018=>2018];
}
}