diff --git a/api/v3/GrantBudget.php b/api/v3/GrantBudget.php new file mode 100644 index 0000000..43fd86c --- /dev/null +++ b/api/v3/GrantBudget.php @@ -0,0 +1,70 @@ + 1, + 'title' => ts('Fiscal Year'), + 'type' => CRM_Utils_Type::T_INT, + 'pseudoconstant' => [ + 'callback' => 'CRM_Grant_BAO_GrantBudget::getFiscalyear', + ], + ]; +}