Lines 62-67
sub to_api {
Link Here
|
62 |
my $budget_period_id = $self->budget_period_id; |
62 |
my $budget_period_id = $self->budget_period_id; |
63 |
|
63 |
|
64 |
my $json_fund = $self->SUPER::to_api($args); |
64 |
my $json_fund = $self->SUPER::to_api($args); |
|
|
65 |
return unless $json_fund; |
66 |
|
65 |
$json_fund->{fund_id} = $budget_id; |
67 |
$json_fund->{fund_id} = $budget_id; |
66 |
$json_fund->{budget_id} = $budget_period_id; |
68 |
$json_fund->{budget_id} = $budget_period_id; |
67 |
|
69 |
|