1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Correzioni Fattura elettronica

Fix importazione righe in Fattura da altri documenti.
This commit is contained in:
Dasc3er
2021-03-31 22:03:55 +02:00
parent e4c1f0d5da
commit 9df7ed0ae4
13 changed files with 49 additions and 32 deletions

View File

@@ -82,9 +82,7 @@ echo '
</button>
</form>';
$file = $generata ? Upload::where('original', $fattura_pa->getFilename())
->where('id_record', $id_record)
->first() : null;
$file = $generata ? $fattura->getFatturaElettronica() : null;
echo '