Merge pull request #244 from miatmax/patch-1
update init.php per errata destinazione fattura
This commit is contained in:
commit
7239468be4
|
@ -64,6 +64,8 @@ if (!empty($rsd[0]['provincia'])) {
|
||||||
$destinazione .= ' ('.$rsd[0]['provincia'].')';
|
$destinazione .= ' ('.$rsd[0]['provincia'].')';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$id_sede = 0;
|
||||||
|
|
||||||
// Sostituzioni specifiche
|
// Sostituzioni specifiche
|
||||||
$custom = [
|
$custom = [
|
||||||
'tipo_doc' => Stringy\Stringy::create($tipo_doc)->toUpperCase(),
|
'tipo_doc' => Stringy\Stringy::create($tipo_doc)->toUpperCase(),
|
||||||
|
|
Loading…
Reference in New Issue