diff --git a/accounting/accounting_config.py b/accounting/accounting_config.py index 9a6f7ec..cc6e5b7 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -212,7 +212,6 @@ where accountid=${accid}$ and acc_date = ${curdate}$ for update""" recs = await sor.sqlExe(sql, {'accid':accid, 'curdate':self.curdate}) if len(recs) == 0: - r = recs[0] ns = { 'id':getID(), 'accountid':accid,