This commit is contained in:
parent
c9a42f9eb8
commit
1219cfcc5c
|
@ -53,7 +53,7 @@ module.exports = Self => {
|
|||
let start = new Date(expedition.created);
|
||||
let end = new Date(start.getTime() + (packingSiteConfig.avgBoxingTime * 1000));
|
||||
|
||||
if (from && to) {
|
||||
if (from != undefined && to != undefined) {
|
||||
start.setHours(from, 0, 0);
|
||||
end.setHours(to, 0, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue