Added install code, navigation menu and DAO file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class CRM_Grant_BAO_GrantBudget extends CRM_Grant_DAO_GrantBudget {
|
||||
|
||||
public static function getFiscalyear() {
|
||||
return [2018=>2018];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user