Removed the empty value in the __is_need_offset function in the "accounting.account.commands" console.command.
This commit is contained in:
parent
052b62cdd4
commit
3aa6c8d6f6
@ -111,7 +111,7 @@ def __is_need_offset(base_code: str) -> bool:
|
|||||||
if base_code[:3] in {"113", "114", "118", "184"}:
|
if base_code[:3] in {"113", "114", "118", "184"}:
|
||||||
return True
|
return True
|
||||||
if base_code in {"1411", "1421", "1431", "1441", "1511", "1521",
|
if base_code in {"1411", "1421", "1431", "1441", "1511", "1521",
|
||||||
"1581", "1611", "1851", ""}:
|
"1581", "1611", "1851"}:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
# Liabilities
|
# Liabilities
|
||||||
|
Loading…
Reference in New Issue
Block a user