Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AB#3740: Removed check in SalesTariff validator #188

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

shalinnijel2
Copy link
Contributor

Summary:
NumEPriceLevels is the distinct price levels used across all SalesTariff entries.
The validation assumed that NumEPriceLevels would be equal to the count of SalesTariff entries. This would be true only if every SalesTariff entry has as different price level. As the same price level could apply to two different SalesTariff entry, this check could wrongly fail the validation. Have removed the check. This issue was reported here.

@shalinnijel2 shalinnijel2 force-pushed the remove_price_level_count_check branch from 81a46d2 to 39612b7 Compare January 26, 2023 18:39
@shalinnijel2 shalinnijel2 merged commit b1f79a9 into master Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants