Skip to content

Commit

Permalink
PH-1067 pass to paasuke_add_mandate procedure sub_delegable ENUM
Browse files Browse the repository at this point in the history
  • Loading branch information
Artjom Aralov committed Feb 28, 2024
1 parent a6d0e13 commit a6bc6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def create_mandate_pg(uri, data):
data['mandate_role'],
data['mandate_validity_period_from'],
data['mandate_validity_period_through'],
data['mandate_can_sub_delegate'],
'YES' if data['mandate_can_sub_delegate'] else 'NO',
data['data_created_by'],
data['document_uuid'],
data['data_can_display_document_to_delegate']
Expand Down

0 comments on commit a6bc6f4

Please sign in to comment.