mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -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);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user