Skip to content

Commit

Permalink
Bring Corporation Wallet Ledger Bounty in line with Character Bounty …
Browse files Browse the repository at this point in the history
…Dashboard (#661)
  • Loading branch information
MeaFallenstar authored Feb 14, 2024
1 parent c45a026 commit 49e1f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Corporation/LedgerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getBountyPrizesByMonth(CorporationInfo $corporation, ?int $year
$month = is_null($month) ? date('m') : $month;

$group_column = 'second_party_id';
$ref_types = ['bounty_prizes', 'bounty_prize', 'ess_escrow_transfer'];
$ref_types = ['bounty_prizes', 'bounty_prize', 'ess_escrow_transfer', 'corporate_reward_payout', 'agent_mission_reward', 'agent_mission_time_bonus_reward'];

$periods = $this->getCorporationLedgerPeriods($corporation->corporation_id, $ref_types);
$entries = $this->getCorporationLedgerByMonth($corporation->corporation_id, $group_column, $ref_types, $year, $month);
Expand Down

0 comments on commit 49e1f56

Please sign in to comment.