mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
Update accounts_receivable.py
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user