nett
This commit is contained in:
@@ -726,7 +726,7 @@ function calculate_overall_discount(type, amount){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#order-discount").text(total_discount.toFixed(<%= precision.to_i %>));
|
$("#order-discount").text(parseFloat(total_discount).toFixed(<%= precision.to_i %>));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calculate Items Discount*/
|
/* Calculate Items Discount*/
|
||||||
|
|||||||
Reference in New Issue
Block a user