forked from CiviWare/org.agbu.annualgrantbudgets
Added install code, navigation menu and DAO file
This commit is contained in:
9
CRM/Grant/BAO/GrantBudget.php
Normal file
9
CRM/Grant/BAO/GrantBudget.php
Normal file
@ -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