Skip to content

Commit 8624d5e

Browse files
authored
Fix editing special price in product mass attribute update (#2287)
1 parent e90e35f commit 8624d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/prototype/validation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ Validation.addAllThese([
682682
// Passed on non-related validators conditions (to not change order of validation)
683683
if(
684684
!priceInput
685+
|| !$F(priceInput)
685686
|| Validation.get('IsEmpty').test(v)
686687
|| !Validation.get('validate-number').test(v)
687688
) {

0 commit comments

Comments
 (0)