-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T1657 - Fix invoice generation for Sub Proposal (1/3) (#239)
* might have fixed the bug, still need to test. Changed logic of how invoices are generated, specially in the case where we pass a specific conteact to generate the invoices of. * handle case where more than one open invoice found,might remove this later * cleanups * trying to make code clearer, not fully satisfied... * removed comment * ruff-format * lines too long * more cleanups * pre-commit... again... * clean * PR suggestions * improved handling of grouped contracts * rebased branch and fixed mapping over properties * moved comment * removed code specific to sub proposal (moved to compassion-module), cleanups * raise error instead of logging when more than one open invoice found * ruff-format, should all be good now, hopefully...
- Loading branch information
Showing
3 changed files
with
76 additions
and
42 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