Merge pull request '2703 Put time in 00:00 when field "shipped" change' (#563) from 2703-ticket_step_one into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #563 Reviewed-by: Carlos Jimenez Ruiz <carlosjr@verdnatura.es>
This commit is contained in:
commit
dbb0deeb5a
|
@ -75,6 +75,7 @@ class Controller extends Component {
|
|||
|
||||
set shipped(value) {
|
||||
this.ticket.shipped = value;
|
||||
this.ticket.shipped.setHours(0, 0, 0, 0);
|
||||
this.getLanded({
|
||||
shipped: value,
|
||||
addressFk: this.ticket.addressFk,
|
||||
|
|
Loading…
Reference in New Issue