mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 00:06:14 +01:00
Fix codice di default FE
This commit is contained in:
parent
3f1f2a85b4
commit
3f9bb5e456
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user