This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Address : summary
feature/export_comptable
Guillaume
4 years ago
parent
60cf2bcc76
commit
27b24a0c6b
1 changed files
with
3 additions
and
1 deletions
Unified View
Show Diff Stats
+3
-1
ShopBundle/Model/Address.php
+ 3
- 1
ShopBundle/Model/Address.php
View File
}
}
if ($this->getPhone()) {
if ($this->getPhone()) {
$html .= 'Tél. ' . $this->getPhone();
foreach($this->getPhone() as $phone) {
$html .= 'Tél. ' . $this->getPhone().'<br />';
}
}
}
return $html;
return $html;
Write
Preview
Loading…
Cancel
Save