Skip to content

Commit e83e22d

Browse files
VladimirZaetsOleksandr Iegorov
authored andcommitted
MAGETWO-84000: Undefined index: region_id is presented after save customer address
1 parent ea8c632 commit e83e22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/widget/telephone.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<?php
2020
$_validationClass = $block->escapeHtmlAttr(
2121
$this->helper('Magento\Customer\Helper\Address')
22-
->getAttributeValidationClass('fax')
22+
->getAttributeValidationClass('telephone')
2323
);
2424
?>
2525
<input type="text"

0 commit comments

Comments
 (0)