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
Is your feature request related to a problem? Please describe.
When developing locally and using flask db upgrade; flask initdb then loading http://127.0.0.1:500 :
flask db upgrade; flask initdb
http://127.0.0.1:500
TypeError: unsupported operand type(s) for /: 'str' and 'int' amount = self.getIntervalAmount(get_geo_currency_code()) / 100
Describe the solution you'd like Run assignDefaultPriceLists during flask initdb
assignDefaultPriceLists
flask initdb
Describe alternatives you've considered
Additional context
Regression introduced by #1399
The text was updated successfully, but these errors were encountered:
Fix #1404 seed plan price lists during development
5ad40b5
7706a8b
🚀 Issue was released in v0.1.207 🚀
v0.1.207
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
When developing locally and using
flask db upgrade; flask initdb
then loadinghttp://127.0.0.1:500
:Describe the solution you'd like
Run
assignDefaultPriceLists
duringflask initdb
Describe alternatives you've considered
Additional context
Regression introduced by #1399
The text was updated successfully, but these errors were encountered: