Skip to content

Commit 96c578c

Browse files
committed
Comment and CHANGELOG
1 parent 7fb5332 commit 96c578c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111

1212
## [Unreleased]
1313

14+
- [PR-306](https://github.com/OS2Forms/os2forms/pull/306)
15+
Made digital signature text placement configurable.
16+
1417
## [5.0.0] 2025-11-18
1518

1619
- [PR-192](https://github.com/OS2Forms/os2forms/pull/192)

modules/os2forms_attachment/src/Os2formsAttachmentPrintBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public function printHtml(EntityInterface $entity, $use_default_css = TRUE, $opt
4949
/**
5050
* Modified version of the original savePrintable() function.
5151
*
52-
* The only difference is modified call to prepareRenderer with digitalPost
53-
* flag TRUE.
52+
* The only difference is modified call to prepareRenderer with a
53+
* signature position parameter.
5454
*
5555
* @see PrintBuilder::savePrintable()
5656
*

0 commit comments

Comments
 (0)