We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
En esta linea se usa un objeto que no existe..
https://github.com/ctmil/meli_oerp/blob/a7ec2306f84d5dc610044a71459aaf1936a7bae8/models/company.py#LL116C1-L117C1
Lo correcto seria ML_currencies.append(( k["id"], k["description"] ))
ML_currencies.append(( k["id"], k["description"] ))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
En esta linea se usa un objeto que no existe..
https://github.com/ctmil/meli_oerp/blob/a7ec2306f84d5dc610044a71459aaf1936a7bae8/models/company.py#LL116C1-L117C1
Lo correcto seria
ML_currencies.append(( k["id"], k["description"] ))
The text was updated successfully, but these errors were encountered: