Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2831-item_botanical_refactor
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
134365dd9c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue