feat: refs #6404 add deadline field #2527

Merged
pablone merged 3 commits from 6404-fixrefernce into master 2024-05-31 06:20:30 +00:00
3 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@
</mrw:DatosEntrega>
<mrw:DatosServicio>
<mrw:Fecha><%= expeditionData.created %></mrw:Fecha>
<mrw:Referencia><%= expeditionData.expeditionDataId %></mrw:Referencia>
<mrw:Referencia><%= expeditionData.expeditionId %></mrw:Referencia>
<mrw:CodigoServicio><%= expeditionData.serviceType %></mrw:CodigoServicio>
<mrw:NumeroBultos>1</mrw:NumeroBultos>
<mrw:EntregaSabado><%= expeditionData.weekDays %></mrw:EntregaSabado>

View File

@ -0,0 +1,3 @@
-- Place your SQL code here
ALTER TABLE vn.mrwConfig ADD IF NOT EXISTS expeditionDeadLine TIME NULL
COMMENT 'This field stores the latest time by which expeditions can be generated to be sent today';

View File

@ -1,6 +1,6 @@
{
"name": "salix-back",
"version": "24.22.4",
"version": "24.22.5",
"author": "Verdnatura Levante SL",
"description": "Salix backend",
"license": "GPL-3.0",