Pārlūkot izejas kodu

Address : summary

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
27b24a0c6b
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      ShopBundle/Model/Address.php

+ 3
- 1
ShopBundle/Model/Address.php Parādīt failu

@@ -132,7 +132,9 @@ abstract class Address extends AbstractEntity
}

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

return $html;

Notiek ielāde…
Atcelt
Saglabāt