Skip to content

Commit

Permalink
Fix search on contribution date end only
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 3, 2023
1 parent 80a3e56 commit 9d8ca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galette/lib/Galette/Filters/AdvancedMembersList.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function withinContributions()
|| $this->_contrib_begin_date_begin != null
|| $this->_contrib_begin_date_end != null
|| $this->_contrib_end_date_begin != null
|| $this->_contrib_begin_date_end != null
|| $this->_contrib_end_date_end != null
|| $this->_contrib_min_amount != null
|| $this->_contrib_max_amount != null
|| count($this->_contrib_dynamic) > 0
Expand Down

0 comments on commit 9d8ca7c

Please sign in to comment.