Skip to content

Commit

Permalink
MAGETWO-54798: One page checkout - Street Address should highlight re…
Browse files Browse the repository at this point in the history
…d when data is missing
  • Loading branch information
omiroshnichenko committed Jun 29, 2016
1 parent 829ba5b commit 6f7444a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected function getMultilineFieldConfig($attributeCode, array $attributeConfi
$attributeConfig['validation']
)
: $attributeConfig['validation'],
'additionalClasses' => $isFirstLine ? : 'additional'
'additionalClasses' => $isFirstLine ? 'field' : 'additional'

];
if ($isFirstLine && isset($attributeConfig['default']) && $attributeConfig['default'] != null) {
Expand Down

0 comments on commit 6f7444a

Please sign in to comment.