forked from Third-Culture-Software/bhima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cashbox): ensure is_auxiliary is updated
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.
- Loading branch information
Jonathan Niles
committed
Feb 9, 2017
1 parent
088b9ce
commit 577cf8f
Showing
4 changed files
with
81 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.