Skip to content

Commit 3a8ae94

Browse files
committed
minor
1 parent 9ac0a25 commit 3a8ae94

File tree

1 file changed

+0
-1
lines changed
  • app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab

1 file changed

+0
-1
lines changed

app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public function getStoreId()
181181
*/
182182
public function getBillingAddressHtml()
183183
{
184-
$html = '';
185184
if ($address = $this->getCustomer()->getPrimaryBillingAddress()) {
186185
return $address->format('html');
187186
}

0 commit comments

Comments
 (0)