You are getting that error because you have a module with the same name as the function.
Change that name to say find_Purchase
and everything will be fine :) See the image below...
You are getting that error because you have a module with the same name as the function.
Change that name to say find_Purchase
and everything will be fine :) See the image below...