Browse Source

Address : summary

feature/export_comptable
Guillaume 4 years ago
parent
commit
f6bb867d71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Model/Address.php

+ 1
- 1
ShopBundle/Model/Address.php View File

@@ -133,7 +133,7 @@ abstract class Address extends AbstractEntity

if ($this->getPhone()) {
foreach($this->getPhone() as $phone) {
$html .= 'Tél. ' . $this->getPhone().'<br />';
$html .= 'Tél. ' . $phone.'<br />';
}
}


Loading…
Cancel
Save