errore null su wdt_doct
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -641,12 +641,13 @@ public class WdtbDoct extends DtbBaseDocT {
|
||||
|
||||
@Override
|
||||
public String getFlagPrzScontati() {
|
||||
return flagPrzScontati;
|
||||
return "N";
|
||||
}
|
||||
|
||||
@Override
|
||||
public WdtbDoct setFlagPrzScontati(String flagPrzScontati) {
|
||||
this.flagPrzScontati = flagPrzScontati;
|
||||
/*In documenti web è sempre N*/
|
||||
this.setFlagPrzScontati("N");
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user