Fix su gest setup regola
This commit is contained in:
@@ -224,7 +224,7 @@ public class PackagesRules extends QueryRules {
|
|||||||
String flagInsPartitaMag = "N";
|
String flagInsPartitaMag = "N";
|
||||||
|
|
||||||
if ("V".equalsIgnoreCase(gestione)) {
|
if ("V".equalsIgnoreCase(gestione)) {
|
||||||
flagInsPartitaMag = setupGest.getSetup("DATI_AZIENDA", "COLLI_MAGAZZINO", "INS_PARTITA_MAG");
|
flagInsPartitaMag = setupGest.getSetup(connection, "DATI_AZIENDA", "COLLI_MAGAZZINO", "INS_PARTITA_MAG");
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
flagInsPartitaMag = "S";
|
flagInsPartitaMag = "S";
|
||||||
|
|||||||
Reference in New Issue
Block a user