Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2831-item_botanical_refactor
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
jorgebl 2021-03-08 12:55:44 +01:00
commit 134365dd9c
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class Controller extends Component {
set shipped(value) { set shipped(value) {
this.ticket.shipped = value; this.ticket.shipped = value;
this.ticket.shipped.setHours(0, 0, 0, 0);
this.getLanded({ this.getLanded({
shipped: value, shipped: value,
addressFk: this.ticket.addressFk, addressFk: this.ticket.addressFk,