Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2024-05-29 18:24:18 +02:00

View File

@@ -88,7 +88,7 @@ public class OrdiniVenditaExportServices {
Date dataOrd = UtilityHashMap.getValueIfExists(datiOrdine, "data_ord");
Integer numOrd = UtilityHashMap.getValueIfExists(datiOrdine,"num_ord");
String codMdep = UtilityHashMap.getValueIfExists(datiOrdine,"cod_mdep");
String listCode = UtilityHashMap.getValueIfExists(datiOrdine,"listcode");
String listCode = UtilityHashMap.getValueIfExists(datiOrdine,"listCode");
sql =
"DELETE FROM slim2k.dbo.shippingplan_import " +