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

Regression. As an developer, when I run initdb and seed the database, price lists are attached to all plans #1404

Closed
chrisjsimpson opened this issue Sep 8, 2024 · 2 comments
Labels
released This issue/pull request has been released.

Comments

@chrisjsimpson
Copy link
Contributor

chrisjsimpson commented Sep 8, 2024

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 :

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

Describe alternatives you've considered

Additional context

Regression introduced by #1399

Copy link

github-actions bot commented Sep 8, 2024

🚀 Issue was released in v0.1.207 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Sep 8, 2024
Copy link

github-actions bot commented Sep 8, 2024

🚀 Issue was released in v0.1.207 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

No branches or pull requests

1 participant