Skip to content

Commit

Permalink
Fix editing special price in product mass attribute update (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Jul 9, 2022
1 parent e90e35f commit 8624d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/prototype/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ Validation.addAllThese([
// Passed on non-related validators conditions (to not change order of validation)
if(
!priceInput
|| !$F(priceInput)
|| Validation.get('IsEmpty').test(v)
|| !Validation.get('validate-number').test(v)
) {
Expand Down

0 comments on commit 8624d5e

Please sign in to comment.