Update init.php

This commit is contained in:
Luca 2021-02-24 16:38:16 +01:00
parent 36338cf8e7
commit d2c169833c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ if (!empty($record['idsede_destinazione'])) {
$custom = [
'tipo_doc' => Stringy\Stringy::create($tipo_doc)->toUpperCase(),
'numero' => $numero,
'tipo_documento' => $tipo_documento,
'tipo_documento' => $tipo_doc,
'data' => Translator::dateToLocale($record['data']),
'pagamento' => $record['tipo_pagamento'],
'c_destinazione' => $destinazione,