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
27b24a0c6b
commit
f6bb867d71
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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 />';
}
}
Write
Preview
Loading…
Cancel
Save