From 3aa6c8d6f6a217048a2214f3e950b754663a16ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 8 Apr 2023 11:48:24 +0800 Subject: [PATCH] Removed the empty value in the __is_need_offset function in the "accounting.account.commands" console.command. --- src/accounting/account/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/account/commands.py b/src/accounting/account/commands.py index 6f772fb..e398715 100644 --- a/src/accounting/account/commands.py +++ b/src/accounting/account/commands.py @@ -111,7 +111,7 @@ def __is_need_offset(base_code: str) -> bool: if base_code[:3] in {"113", "114", "118", "184"}: return True if base_code in {"1411", "1421", "1431", "1441", "1511", "1521", - "1581", "1611", "1851", ""}: + "1581", "1611", "1851"}: return True return False # Liabilities