Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Laclic
/
LcShopBundle
Segui
3
Vota
2
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Address : summary
feature/export_comptable
Guillaume
4 anni fa
parent
60cf2bcc76
commit
27b24a0c6b
1 ha cambiato i file
con
3 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+3
-1
ShopBundle/Model/Address.php
+ 3
- 1
ShopBundle/Model/Address.php
Vedi File
@@ -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;
Write
Preview
Loading…
Annulla
Salva