Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Cashier query in POS Opening/Closing Entry #25398

Merged
merged 1 commit into from Apr 20, 2021

Conversation

marination
Copy link
Collaborator

@marination marination commented Apr 19, 2021

Issue:
Custom query gave back list of strings ["a", "b"], that caused :
Screenshot 2021-04-19 at 9 58 56 PM

Fix:
Custom link query must return an iterable of iterables [["a"], ["b"]] or (("a",), ("b",)), as it searches for title and subtitle in dropdown. Hence it assumes each result is an iterable.
Screenshot 2021-04-19 at 9 56 48 PM

@nextchamp-saqib nextchamp-saqib merged commit 125c3d6 into frappe:develop Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants