Skip to content

Commit

Permalink
add conditions to flatahbtable output
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDaniel committed Jun 18, 2024
1 parent 7a9938c commit de2bad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kohlrahbi/unfoldedahb/unfoldedahbtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def convert_to_flat_ahb(self) -> FlatAnwendungshandbuch:
value_pool_entry=unfolded_ahb_line.code,
name=unfolded_ahb_line.beschreibung or unfolded_ahb_line.qualifier,
ahb_expression=unfolded_ahb_line.bedingung_ausdruck,
conditions=unfolded_ahb_line.bedingung,
section_name=unfolded_ahb_line.segment_name,
index=unfolded_ahb_line.index,
)
Expand Down

0 comments on commit de2bad1

Please sign in to comment.