large commit

This commit is contained in:
Omair Saleh
2019-06-04 16:52:29 +08:00
parent 0fb7fc728c
commit 3e9045964c
@@ -126,7 +126,7 @@
$.each(this.packingList.packages, function(key, object){
total += (((object.width/100) * (object.length/100) * (object.height/100)) * object.quantity)
});
return total.toFixed(2);
return total.toFixed(4);
},
}
}