fix: generazione tabella elenco fatture di acquisto da importare
This commit is contained in:
parent
c745527e31
commit
abdd552109
|
@ -28,7 +28,7 @@ $directory = Plugins\ImportFE\FatturaElettronica::getImportDirectory();
|
|||
|
||||
if (!empty($list)) {
|
||||
echo '
|
||||
<table class="table table-striped table-hover table-sm table-bordered datatables">
|
||||
<table class="table table-striped table-hover table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>'.tr('Descrizione').'</th>
|
||||
|
|
Loading…
Reference in New Issue