1
0
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:
Thomas Zilio 2018-07-10 12:14:10 +02:00
parent 3f1f2a85b4
commit 3f9bb5e456

View File

@ -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 = [