You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Recupero elenco descrizioni già utilizzate per l'autocompletamento
74
78
$descrizioni = $dbo->fetchArray('SELECT DISTINCT(BINARY `descrizione`) AS `descrizione` FROM `an_automezzi_scadenze` WHERE `is_manutenzione` = 1 AND `descrizione` IS NOT NULL AND `descrizione` != "" ORDER BY `descrizione`');
(1, (SELECTMAX(`id`) FROM`zz_settings`), 'Identificativo software', 'Codice identificativo del software utilizzato per la LIPE (es. codice fiscale del produttore del software). Se vuoto, il campo viene omesso nel file XML.'),
485
485
(2, (SELECTMAX(`id`)-2FROM`zz_settings`), 'Tax ID of declarant', 'Tax ID of declarant for LIPE (Periodic VAT Settlement). If empty, the company''s default tax ID is used.'),
486
486
(2, (SELECTMAX(`id`)-1FROM`zz_settings`), 'Tax ID of intermediary', 'Tax ID of intermediary for LIPE.'),
487
-
(2, (SELECTMAX(`id`) FROM`zz_settings`), 'Software identifier', 'Software identifier code for LIPE (e.g., tax ID of software producer). If empty, the field is omitted from the XML file.');
487
+
(2, (SELECTMAX(`id`) FROM`zz_settings`), 'Software identifier', 'Software identifier code for LIPE (e.g., tax ID of software producer). If empty, the field is omitted from the XML file.');
0 commit comments