This commit is contained in:
Pek5892 2023-04-13 17:28:41 +02:00
parent 4ecfab8308
commit aa3e078271
3 changed files with 7 additions and 16 deletions

View File

@ -295,13 +295,10 @@ if ($dir == 'entrata') {
?>
<div class="row">
<div class="col-md-12">
<div class="col-md-6">
{[ "type": "textarea", "label": "<?php echo tr('Note'); ?>", "name": "note", "value": "$note$" ]}
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-6">
{[ "type": "textarea", "label": "<?php echo tr('Note aggiuntive'); ?>", "name": "note_aggiuntive", "help": "<?php echo tr('Note interne.'); ?>", "value": "$note_aggiuntive$" ]}
</div>
</div>

View File

@ -546,13 +546,10 @@ echo '
}
?>
<div class="row">
<div class="col-md-12">
<div class="col-md-6">
{[ "type": "textarea", "label": "<?php echo tr('Note'); ?>", "name": "note", "help": "<?php echo tr('Note visibili anche in fattura.'); ?>", "value": "$note$", "charcounter": 1 ]}
</div>
</div>
<div class="row">
<div class="col-md-12">
</div>
<div class="col-md-6">
{[ "type": "textarea", "label": "<?php echo tr('Note interne'); ?>", "name": "note_aggiuntive", "help": "<?php echo tr('Note interne.'); ?>", "value": "$note_aggiuntive$", "class": "unblockable" ]}
</div>
</div>

View File

@ -157,13 +157,10 @@ echo '
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-6">
{[ "type": "textarea", "label": "<?php echo tr('Note'); ?>", "name": "note", "value": "$note$" ]}
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-6">
{[ "type": "textarea", "label": "<?php echo tr('Note interne'); ?>", "name": "note_aggiuntive", "value": "$note_aggiuntive$" ]}
</div>
</div>