Skip to content

Commit 2d8c21e

Browse files
author
robert-knight
committed
Updated sequence values for eg013.
1 parent 905a3aa commit 2d8c21e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/eSignature/examples/eg013_add_doc_to_template/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def make_envelope(cls, args):
132132
],
133133
# Add the roles via an inlineTemplate
134134
inline_templates=[
135-
InlineTemplate(sequence="1",
135+
InlineTemplate(sequence="2",
136136
recipients=recipients_server_template)
137137
]
138138
)
@@ -178,7 +178,7 @@ def make_envelope(cls, args):
178178
composite_template_id="2",
179179
# Add the recipients via an inlineTemplate
180180
inline_templates=[
181-
InlineTemplate(sequence="2", recipients=recipients_added_doc)
181+
InlineTemplate(sequence="1", recipients=recipients_added_doc)
182182
],
183183
document=doc1
184184
)

0 commit comments

Comments
 (0)