bugfix
This commit is contained in:
parent
23f1e62024
commit
e6002ec4a0
@ -222,7 +222,7 @@ where accountid=${accid}$
|
||||
await sor.C('acc_balance', ns.copy())
|
||||
else:
|
||||
ns = recs[0]
|
||||
ns['balance'] += new_balance
|
||||
ns['balance'] = new_balance
|
||||
await sor.U('acc_balance', ns.copy())
|
||||
|
||||
# summary = self.summary
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user