Skip to content

Commit

Permalink
Fix lybunt value typo, the key & value should match
Browse files Browse the repository at this point in the history
Change-Id: Iafefc706f2a36e4a9be43be146e00f4ca895ea7b
  • Loading branch information
eileenmcnaughton committed Jul 27, 2023
1 parent 0dc1173 commit 1929cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ public function getDonorStatusOptions(): array {
35 => [
'label' => 'Lybunt',
'static_description' => 'gave last financial year but NOT this financial year to date',
'value' => 25,
'value' => 35,
'name' => 'lybunt',
'criteria' => [
'range' => [
Expand Down

0 comments on commit 1929cf4

Please sign in to comment.