|
@@ -106,6 +106,9 @@ class HledgerBankEntry(HledgerEntry):
|
|
if e.url_company:
|
|
if e.url_company:
|
|
third_code = e.url_company.societe.code_compta
|
|
third_code = e.url_company.societe.code_compta
|
|
|
|
|
|
|
|
+ if e.payment_tva:
|
|
|
|
+ third_code = settings.get('PC_REFS')['tva_a_decaisser']
|
|
|
|
+
|
|
if third_code == "":
|
|
if third_code == "":
|
|
fn = settings.get('PC_REFS')['fn_custom_code']
|
|
fn = settings.get('PC_REFS')['fn_custom_code']
|
|
third_code = fn(e)
|
|
third_code = fn(e)
|