We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
BUG: when I try to use the API to get stockmovements for a product the text says:
Other criteria to filter answers separated by a comma. Syntax example "(t.product_id:=:1) and (t.date_creation:
but when I actually use it with this sqlfilter (t.product_id:=:128)
(t.product_id:=:128)
I get the error message
{ "error": { "code": 503, "message": "Service Unavailable: Error when retrieve stock movement list : Unknown column 't.product_id' in 'WHERE'" } }
21.0.1
8.2.28
mariadb latest
No response
The text was updated successfully, but these errors were encountered:
attempt at fixing Dolibarr#34315 BUG: API get stockmovements sqlfilte…
96e1a5f
…r - Unknown column 't.product_id'
No branches or pull requests
Bug
BUG: when I try to use the API to get stockmovements for a product the text says:
but when I actually use it with this sqlfilter
(t.product_id:=:128)
I get the error message
Dolibarr Version
21.0.1
Environment PHP
8.2.28
Environment Database
mariadb latest
Steps to reproduce the behavior and expected behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered: