decision book decision book items updated

This commit is contained in:
2024-11-18 12:41:10 +03:00
parent ac20226aa1
commit b4dc24cf50
4 changed files with 31 additions and 26 deletions

View File

@@ -114,6 +114,7 @@ def run_decision_book_items(
):
if start_date and end_date:
create_decision_book_items_with_occupant_user(
item_comment=item_comment,
writers_token=writers_token,
unit_price=unit_price,
is_fixed=is_fixed,
@@ -125,6 +126,7 @@ def run_decision_book_items(
else:
create_decision_book_items_with_occupant_user(
writers_token=writers_token,
item_comment=item_comment,
unit_price=unit_price,
is_fixed=is_fixed,
info_type_uu_id=info_type_uu_id,