-
Notifications
You must be signed in to change notification settings - Fork 105
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
(bug) Cashboxes page does not always load is_auxiliary properly #976
Labels
Comments
I cannot reproduce this on my local machine, however I can observe the behavior on the server. I will debug this when there are no active users on the system. |
I'll look into this one. |
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Feb 9, 2017
This commit should fix the issues in cashbox management where cashboxes were not properly updated with the is_auxiliary field. It also generally improves the code by: 1. Using the translate directive on the client. 2. Using `db.one()` on the server. 3. Using `FilterParser` on the server. Closes Third-Culture-Software#976.
4 tasks
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Feb 10, 2017
This commit should fix the issues in cashbox management where cashboxes were not properly updated with the is_auxiliary field. It also generally improves the code by: 1. Using the translate directive on the client. 2. Using `db.one()` on the server. 3. Using `FilterParser` on the server. Closes Third-Culture-Software#976.
sfount
pushed a commit
that referenced
this issue
Feb 14, 2017
This commit should fix the issues in cashbox management where cashboxes were not properly updated with the is_auxiliary field. It also generally improves the code by: 1. Using the translate directive on the client. 2. Using `db.one()` on the server. 3. Using `FilterParser` on the server. Closes #976.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In production, we are seeing the cashboxes radio select not always properly configured with "primary" or "auxiliary" cashboxes. The database has a definition for this table, the radio buttons do not show it on the edit cashbox page.
The text was updated successfully, but these errors were encountered: