Skip to content

Commit

Permalink
Updated to code
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveScorfield committed Sep 6, 2024
1 parent c9bd2ab commit 26d7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ras_party/unified_buisness_party_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def to_unified_dict(model, collection_exercise_id=None, attributes_required=False, associations_required=True):
attributes = get_attributes_for_collection_exercise(collection_exercise_id)
attributes = get_attributes_for_collection_exercise(model, collection_exercise_id)
unified_dict = {
"id": model.party_uuid,
"sampleUnitRef": model.business_ref,
Expand Down

0 comments on commit 26d7266

Please sign in to comment.