Task #2446 : add supplemental documents

This commit is contained in:
sparkyx 2025-12-24 11:26:13 +01:00
parent a5bb6cfc97
commit f621850e4a
13 changed files with 175 additions and 9 deletions

View file

@ -102,6 +102,9 @@ if ( in_array("document",$a_show)) {
?>
<div id="document_div_id" style="display:none;height:185px;height:10rem">
<?php
/**
* receipt
*/
$file = new IFile();
$file->setAlertOnSize(true);
$file->table = 0;
@ -110,6 +113,11 @@ if ( in_array("document",$a_show)) {
echo $file->input("pj", "");
echo '</p>';
?>
<p class="decale">
<?php
echo $this->input_supplemental_document();
?>
</p>
</div>
<?php