price 0 print

This commit is contained in:
Yan
2017-11-23 12:14:14 +06:30
parent 3261fef3cf
commit f4898017d1
7 changed files with 49 additions and 44 deletions

View File

@@ -762,7 +762,7 @@ $(function() {
$('#sub_total').empty();
$('#sub_total').append(fixed_total_price);
if (fixed_total_price > 0) {
if (item_row.length > 0) {
$('.create').removeAttr("disabled", false);
}else{
$('.create').attr("disabled", true);