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

Bug #155238 fix: Admin Vendor Add fees Wrong error message for exceeding percentage. #105

Closed

Conversation

deepgawade89
Copy link
Contributor

No description provided.

@deepgawade89 deepgawade89 changed the base branch from master to release-1.4.1 August 6, 2020 13:02
@scrutinizer-notifier
Copy link

The inspection completed: 186 new issues, 57 updated code elements

@@ -178,7 +178,7 @@ var tjVAdmin = {
var percent_commission = document.getElementById("jform_percent_commission").value;
var flat_commission = document.getElementById("jform_flat_commission").value;

if (percent_commission > 100) {
if (percent_commission >= 100) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deepgawade89 Why this check is required?

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.

None yet

4 participants