aggiunto uno spazio
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:
@@ -142,7 +142,7 @@ public class ImportListiniAcquistoService {
|
||||
.setDataIniz(UtilityLocalDate.localDateFromDate(vtbListData.getDataIniz()))
|
||||
.setDataFine(UtilityLocalDate.localDateFromDate(vtbListData.getDataFine()))
|
||||
.setCodPromo(vtbListData.getCodPromo())
|
||||
.setNote(vtbListData.getVersione() + (vtbListData.getNote()==null?"":vtbListData.getNote()));
|
||||
.setNote(vtbListData.getVersione() + (vtbListData.getNote()==null?"":" " + vtbListData.getNote()));
|
||||
atbListData.setOperation(OperationType.INSERT);
|
||||
atbListDataList.add(atbListData);
|
||||
for (MtbLisvData mtbLisvData: vtbListData.getMtbLisvData()){
|
||||
|
||||
Reference in New Issue
Block a user