Put time in 00:00 when field "shipped" change
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
jorgebl 2021-03-03 10:57:00 +01:00
parent f3373ce98c
commit 2ba7e922e6
1 changed files with 1 additions and 0 deletions

View File

@ -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,