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