Преглед изворни кода

Address : summary

feature/export_comptable
Guillaume пре 4 година
родитељ
комит
f6bb867d71
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      ShopBundle/Model/Address.php

+ 1
- 1
ShopBundle/Model/Address.php Прегледај датотеку

@@ -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…
Откажи
Сачувај