mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix codice di default FE
This commit is contained in:
@@ -102,7 +102,7 @@ class FatturaElettronica
|
||||
*/
|
||||
protected static function getDatiTrasmissione($documento, $azienda, $cliente)
|
||||
{
|
||||
$default_code = ($cliente['tipo'] == 'Ente pubblico') ? '999999999' : '0000000';
|
||||
$default_code = ($cliente['tipo'] == 'Ente pubblico') ? '999999' : '0000000';
|
||||
|
||||
// Generazione dell'header
|
||||
$result = [
|
||||
|
||||
Reference in New Issue
Block a user