update addorder for qty toatal
This commit is contained in:
@@ -1029,7 +1029,7 @@ $(function() {
|
||||
$('#sub_total').append(fixed_total_price);
|
||||
|
||||
$('#total_qty').empty();
|
||||
$('#total_qty').append(fixed_total_price);
|
||||
$('#total_qty').append(total_qty);
|
||||
|
||||
if (item_row.length > 0) {
|
||||
$('.create').removeAttr("disabled", false);
|
||||
|
||||
Reference in New Issue
Block a user