Abilitazione nuova versione generazione ordini di produzione

This commit is contained in:
2025-12-01 19:02:57 +01:00
parent b5e1d2e1ce
commit c5b5fb62a1

View File

@@ -11,7 +11,7 @@ public class Migration_20251117170957 extends BaseMigration implements Migration
if (isHistoryDB())
return;
if (!isCustomerDb(IntegryCustomerDB.Gramm_Gramm))
if (!isCustomerDb(IntegryCustomerDB.Gramm_Gramm) && !isCustomerDb(IntegryCustomerDB.Dulciar_Dulciar))
return;
executeStatement("update stb_gest_setup set value = 'S' where gest_name = 'DTB_ORDT' and key_section in ('NUOVA_PROCEDURA','DISABLE_TRIGGER_ORDL')");