fix: limpiar función innecesaria
This commit is contained in:
parent
9a6554bdc1
commit
2044abc6f9
@ -373,9 +373,6 @@ class StatementLine(ModelView):
|
|||||||
return Transaction().context.get('company')
|
return Transaction().context.get('company')
|
||||||
|
|
||||||
|
|
||||||
def get_mismatch(self, name):
|
|
||||||
return 0
|
|
||||||
|
|
||||||
@fields.depends('end_balance', 'real_cash', 'mismatch')
|
@fields.depends('end_balance', 'real_cash', 'mismatch')
|
||||||
def on_change_real_cash(self):
|
def on_change_real_cash(self):
|
||||||
self.mismatch = self.real_cash - self.end_balance
|
self.mismatch = self.real_cash - self.end_balance
|
||||||
|
Loading…
Reference in New Issue
Block a user