Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Laclic
/
LcShopBundle
İzle
3
Yıldızla
2
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Address : summary
feature/export_comptable
Guillaume
4 yıl önce
ebeveyn
60cf2bcc76
işleme
27b24a0c6b
1 değiştirilmiş dosya
ile
3 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
+3
-1
ShopBundle/Model/Address.php
+ 3
- 1
ShopBundle/Model/Address.php
Dosyayı Görüntüle
@@ -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;
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet