added Fatturazione in export and fixed attivo inattivo, added desxription to parts

This commit is contained in:
2026-07-03 14:46:04 +02:00
parent 40dd23e658
commit 0e16812e9a
6 changed files with 61 additions and 15 deletions
+2 -2
View File
@@ -162,8 +162,8 @@
// Mappa: quale filtro Inattivo applicare per ogni campo cliente
const clientFieldTipoMap = {
ClienteFornitore: "attivo",
ClienteAnalisi: "attivo",
ClienteFatturazione: "inattivo",
ClienteAnalisi: "inattivo",
ClienteFatturazione: "attivo",
};
// Select2 AJAX config factory for client selects (parametrizzata su "tipo")