Auricchio
This commit is contained in:
@@ -398,8 +398,10 @@ public class FLProductionService {
|
||||
|
||||
|
||||
if ("S".compareTo(isDBcentrale) == 0) {
|
||||
passaporto = getNextNumPassaporto(connDBCentrale, codCentroAziDBCentrale, flAggListinoProdDTO.getDataProd());
|
||||
passaportoDBCentrale = passaporto;
|
||||
/* passaporto = getNextNumPassaporto(connDBCentrale, codCentroAziDBCentrale, flAggListinoProdDTO.getDataProd());
|
||||
passaportoDBCentrale = passaporto;*/
|
||||
|
||||
passaporto = flAggListinoProdDTO.getPassaporto();
|
||||
}
|
||||
|
||||
if (!UtilityString.isNullOrEmpty(flAggListinoProdDTO.getCodAlis())) {
|
||||
@@ -438,7 +440,7 @@ public class FLProductionService {
|
||||
String erroreMessage = mtbListData.getException().getMessage();
|
||||
throw new Exception(erroreMessage);
|
||||
} else {
|
||||
if ("N".compareTo(contoLavoro) == 0) {
|
||||
if ("N".compareTo(contoLavoro) == 0 && isDBcentrale.compareTo("N") == 0) {
|
||||
/*******************************************************
|
||||
* AGGIORNAMENTO LISTINO FORNITORE DATABASE CENTRALE
|
||||
* ******************************************************/
|
||||
|
||||
Reference in New Issue
Block a user