Skip to content

Commit

Permalink
fix models (#28)
Browse files Browse the repository at this point in the history
Fix validation error on Incentive.rule
Fix annotation on Credit.rule
  • Loading branch information
niro1987 authored Sep 23, 2024
1 parent 8a07fa7 commit 0da658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sapcommissions/model/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class Incentive(Resource, Generic16Mixin):
position: str | Reference
payee: str | Reference
period: str | Reference
rule: str | Reference
rule: str | Reference | None = None
value: Value
release_date: datetime | None = None
pipeline_run: str | None = None
Expand Down

0 comments on commit 0da658a

Please sign in to comment.