[DULCIAR - Accettazone silos]

Aggiunto ritardo su versamento materiale accettato per corregere priorità scarico
This commit is contained in:
2023-10-23 09:33:55 +02:00
parent 7b8ee27f2a
commit ca75ee6bbb
2 changed files with 1 additions and 1 deletions

View File

@@ -1069,7 +1069,6 @@
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
<component name="WebServicesPlugin" addRequiredLibraries="true" />
<component name="libraryTable">

View File

@@ -650,6 +650,7 @@ public class WMSAccettazioneService {
colloCarico.setMtbCols(new ArrayList<>());
colloDest.setMtbCols(new ArrayList<>());
colloDest.setMtbColr(new ArrayList<>());
colloCarico.getMtbColr().get(0).setDatetimeRow(DateUtils.addMinutes(Calendar.getInstance().getTime(), 5));
wmsGenericService.spostaArtsTraUL(colloCarico, colloDest);
return colloCarico;