Skip to content

Commit

Permalink
add Generic16Mixin to SalesTransactionAssignment (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
niro1987 authored Sep 23, 2024
1 parent 8cb3f49 commit 111ae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sapcommissions/model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def __str__(self) -> str:
return self.key


class SalesTransactionAssignment(Expandable):
class SalesTransactionAssignment(Expandable, Generic16Mixin):
"""SalesTransaction Assignment."""

sales_order: str
Expand Down

0 comments on commit 111ae2e

Please sign in to comment.