fix: se corrige descuadre positivo
This commit is contained in:
parent
6c10987a45
commit
6565be82a2
@ -313,7 +313,7 @@ class CloseStatement(Wizard):
|
||||
)
|
||||
statement.lines = statement.lines + conciliation
|
||||
|
||||
if mismatch.real > 0:
|
||||
if mismatch and mismatch.real > 0:
|
||||
pass
|
||||
|
||||
if (config.mismatch_limit and config.account_mismatch_charge):
|
||||
|
Loading…
Reference in New Issue
Block a user