Skip to content

Commit

Permalink
Merge pull request #486 from gkahiu/enable_manual_npv
Browse files Browse the repository at this point in the history
Make NPV Field Editable
  • Loading branch information
Samweli authored Jul 4, 2024
2 parents 5a62d19 + cc288f9 commit ebd626a
Show file tree
Hide file tree
Showing 7 changed files with 447 additions and 206 deletions.
1 change: 1 addition & 0 deletions src/cplus_plugin/definitions/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
COMPUTED_ATTRIBUTE = "use_computed"
NPV_MAPPINGS_ATTRIBUTE = "mappings"
REMOVE_EXISTING_ATTRIBUTE = "remove_existing"
MANUAL_NPV_ATTRIBUTE = "manual_npv"

ACTIVITY_IDENTIFIER_PROPERTY = "activity_identifier"
NPV_COLLECTION_PROPERTY = "npv_collection"
Expand Down
Loading

0 comments on commit ebd626a

Please sign in to comment.