./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
- Branch
- dev/payers-exclude-100-percent-discount
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 56469 Build 19962: arc lint + arc unit
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. | |