Merge pull request #244 from miatmax/patch-1

update init.php per errata destinazione fattura
This commit is contained in:
loviuz 2018-05-24 18:47:41 +02:00 committed by GitHub
commit 7239468be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ if (!empty($rsd[0]['provincia'])) {
$destinazione .= ' ('.$rsd[0]['provincia'].')';
}
$id_sede = 0;
// Sostituzioni specifiche
$custom = [
'tipo_doc' => Stringy\Stringy::create($tipo_doc)->toUpperCase(),