|
@@ -170,7 +170,7 @@ class HledgerBankEntry(HledgerEntry):
|
|
s_nom = ""
|
|
s_nom = ""
|
|
s_description = ""
|
|
s_description = ""
|
|
|
|
|
|
- if e.url_company:
|
|
|
|
|
|
+ if e.url_company and e.url_company.societe:
|
|
s_nom = e.url_company.societe.nom
|
|
s_nom = e.url_company.societe.nom
|
|
|
|
|
|
if e.url_payment_supplier:
|
|
if e.url_payment_supplier:
|