mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] typo supplier instead of customer
This commit is contained in:
@@ -208,7 +208,7 @@ class AccountStatementCompletionRule(orm.Model):
|
||||
'account_id' : value,
|
||||
...}
|
||||
"""
|
||||
return self._from_invoice(cr, uid, line_id, 'supplier', context=context)
|
||||
return self._from_invoice(cr, uid, line_id, 'customer', context=context)
|
||||
|
||||
def get_from_ref_and_so(self, cr, uid, line_id, context=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user