update bugs

This commit is contained in:
Aung Myo
2018-05-11 09:57:26 +06:30
parent 80f353ba3c
commit 5e0bdf1e36
4 changed files with 13 additions and 8 deletions

View File

@@ -710,7 +710,7 @@
$(document).on('click', '#clear_all', function(event){
$(".summary-items tbody").empty();
$('#sub_total').text(0.00);
$('#sub_total').text("0.00");
$(".create").attr("disabled","disabled");
});