Преглед на файлове

Address : summary

feature/export_comptable
Guillaume преди 4 години
родител
ревизия
27b24a0c6b
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      ShopBundle/Model/Address.php

+ 3
- 1
ShopBundle/Model/Address.php Целия файл

@@ -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;

Loading…
Отказ
Запис