Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Oct 15, 2024
1 parent 628a7de commit 12aced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Model/Customer/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function attributeEditPrepareForm($observer)
'min' => 1,
], 'frontend_input');

if ($attribute->getAttributeCode()) {
if ($attribute->getAttributeCode() === 'street') {
$form->getElement('multiline_count')->setMax(4);
}

Expand Down

0 comments on commit 12aced3

Please sign in to comment.