aggiunto uno spazio
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-06-25 15:17:06 +02:00
parent 2c6e073a8c
commit 3a32fe0a4b

View File

@@ -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()){