Fix minore

This commit is contained in:
Pek5892 2024-05-31 09:19:08 +02:00
parent 093e679e33
commit eabd75b242
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if ($module->getTranslation('title') == 'Fatture di vendita') {
if ($dir == 'entrata' || !empty($abilita_autofattura)) {
echo '
<div class="btn-group">
<button type="button" class="btn btn-primary unblockable dropdown-toggle '.(((!empty($record['ref_documento']) || $record['stato'] != 'Bozza') and (empty($record['is_reversed']) || !empty($abilita_autofattura))) ? '' : 'disabled').'" data-widget="dropdown" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn btn-primary unblockable dropdown-toggle '.(((!empty($record['ref_documento']) || $record['stato'] != 'Bozza') and (empty($record['is_reversed']) || !empty($abilita_autofattura))) ? '' : 'disabled').'" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-magic"></i> '.tr('Crea').'
<span class="caret"></span>
</button>';