Update accounts_receivable.py
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
index 88e4227..b2bf3f9 100755
--- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
+++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -492,7 +492,7 @@
 		elif party_type_field=="supplier":
 			self.add_supplier_filters(conditions, values)
 
-		self.add_accounting_dimensions_filters()
+		self.add_accounting_dimensions_filters(conditions, values)
 
 		return " and ".join(conditions), values
 
@@ -697,4 +697,4 @@
 				'datasets': rows
 			},
 			"type": 'percentage'
-		}
\ No newline at end of file
+		}