. */ include_once __DIR__.'/../../../core.php'; use Modules\Fatture\Fattura; $tipi_cessione_prestazione = [ [ 'id' => 'SC', 'text' => 'SC - '.tr('Sconto'), ], [ 'id' => 'PR', 'text' => 'PR - '.tr('Premio'), ], [ 'id' => 'AB', 'text' => 'AB - '.tr('Abbuono'), ], [ 'id' => 'AC', 'text' => 'AC - '.tr('Spesa accessoria'), ], ]; $space = str_repeat(' ', 6); $documento = Fattura::find($id_record); // Dati della riga $id_riga = get('riga_id'); $type = get('riga_type'); $riga = $documento->getRiga($type, $id_riga); $result = $riga->toArray(); $result = array_merge($result, $riga->dati_aggiuntivi_fe); echo ' '; echo '
'; echo ' ';