Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FFDN
himport
Commits
d85a143d
Commit
d85a143d
authored
Nov 03, 2018
by
plb
Browse files
Fix
#2
: Check also if societe is not none
parent
378d176b
Changes
1
Hide whitespace changes
Inline
Side-by-side
himport/dolibarrAlchemyHledger.py
View file @
d85a143d
...
...
@@ -170,7 +170,7 @@ class HledgerBankEntry(HledgerEntry):
s_nom
=
""
s_description
=
""
if
e
.
url_company
:
if
e
.
url_company
and
e
.
url_company
.
societe
:
s_nom
=
e
.
url_company
.
societe
.
nom
if
e
.
url_payment_supplier
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment