Skip to content

Commit 7e5fabe

Browse files
author
Vadim Zubovich
committed
MTO-95: PRs stabilization
- Fixed Customer edit form tab - Fixed Address renderer
1 parent 6dd1437 commit 7e5fabe

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Customer/Test/Block/Address

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Block/Address/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ protected function getPattern()
5353
. "{{city}}, {{{$region}}}, {{postcode}}\n{{country_id}}\n{{depend}}T: {{telephone}}{{/depend}}"
5454
. "{{depend}}\nF: {{fax}}{{/depend}}{{depend}}\nVAT: {{vat_id}}{{/depend}}";
5555
break;
56-
case "oneline":
5756
case "html_without_company":
5857
$outputPattern = "{{depend}}{{prefix}} {{/depend}}{{firstname}} {{depend}}{{middlename}} {{/depend}}"
5958
. "{{lastname}}{{depend}} {{suffix}}{{/depend}}\n{{/depend}}{{street}}\n"
@@ -64,6 +63,7 @@ protected function getPattern()
6463
. "{{lastname}}{{depend}} {{suffix}}{{/depend}}, {{/depend}}{{street}}, "
6564
. "{{city}}, {{{$region}}} {{postcode}}, {{country_id}}";
6665
break;
66+
case "oneline":
6767
default:
6868
$outputPattern = "{{depend}}{{prefix}} {{/depend}}{{firstname}} {{depend}}{{middlename}} {{/depend}}"
6969
. "{{lastname}}{{depend}} {{suffix}}{{/depend}}, {{street}}, "

0 commit comments

Comments
 (0)