./phpunit
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK1ff23d472573: Stats: Exclude 100% discount accounts from the payers count
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Seems reasonable otherwise
| src/app/Console/Commands/Data/Stats/CollectorCommand.php | ||
|---|---|---|
| 72 | where('discounts.discount', '!=' 100)should work even with null's I think? | |
| src/app/Console/Commands/Data/Stats/CollectorCommand.php | ||
|---|---|---|
| 72 | No, it won't. | |