decision book decision book items updated
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user