mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 08:26:43 +01:00
Fix regime fiscale per fatture conto terzi
This commit is contained in:
parent
91d01a6b57
commit
efe582493c
@ -719,7 +719,11 @@ class FatturaElettronica
|
||||
|
||||
// Informazioni specifiche azienda
|
||||
if ($azienda) {
|
||||
$result['RegimeFiscale'] = setting('Regime Fiscale');
|
||||
if ($anagrafica == static::getAzienda()) {
|
||||
$result['RegimeFiscale'] = setting('Regime Fiscale');
|
||||
} else {
|
||||
$result['RegimeFiscale'] = 'RF18';
|
||||
}
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
Loading…
Reference in New Issue
Block a user