From eb01315309e102b5ad87d603fe03f5be0ccb6392 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 4 Jan 2026 17:23:09 +0800 Subject: [PATCH] bugfix --- accounting/accounting_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/accounting_config.py b/accounting/accounting_config.py index 008e1c1..21e89bb 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -220,7 +220,7 @@ where accountid=${accid}$ ns = { 'id':logid, 'accountid':accid, - 'acc_date':self.curdte, + 'acc_date':self.curdate, 'acc_timestamp':self.timestamp, 'acc_dir':leg['acc_dir'], 'summary':self.summary,