Update accounts_receivable.py
This commit is contained in:
parent
a9b0c55bcb
commit
561a2e966e
@ -492,7 +492,7 @@ class ReceivablePayableReport(object):
|
|||||||
elif party_type_field=="supplier":
|
elif party_type_field=="supplier":
|
||||||
self.add_supplier_filters(conditions, values)
|
self.add_supplier_filters(conditions, values)
|
||||||
|
|
||||||
self.add_accounting_dimensions_filters()
|
self.add_accounting_dimensions_filters(conditions, values)
|
||||||
|
|
||||||
return " and ".join(conditions), values
|
return " and ".join(conditions), values
|
||||||
|
|
||||||
@ -697,4 +697,4 @@ class ReceivablePayableReport(object):
|
|||||||
'datasets': rows
|
'datasets': rows
|
||||||
},
|
},
|
||||||
"type": 'percentage'
|
"type": 'percentage'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user