mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 06:04:54 +01:00
Fix selezione codice SDI da sede per le fatture
This commit is contained in:
parent
6736190797
commit
a7c69eef40
@ -370,7 +370,7 @@ class FatturaElettronica
|
||||
$documento = $fattura->getDocumento();
|
||||
$cliente = $fattura->getCliente();
|
||||
|
||||
$sede = database()->fetchOne('SELECT `codice_destinatario` FROM `an_sedi` WHERE `id` = '.prepare($documento['idsede']));
|
||||
$sede = database()->fetchOne('SELECT `codice_destinatario` FROM `an_sedi` WHERE `id` = '.prepare($documento['idsede_destinazione']));
|
||||
if (!empty($sede)) {
|
||||
$codice_destinatario = $sede['codice_destinatario'];
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user