org.agbu.annualgrantbudgets/CRM/Grant/BAO/GrantBudget.php

10 lines
151 B
PHP
Raw Normal View History

<?php
class CRM_Grant_BAO_GrantBudget extends CRM_Grant_DAO_GrantBudget {
public static function getFiscalyear() {
return [2018=>2018];
}
}