change order reservation

This commit is contained in:
phyusin
2018-04-12 11:05:10 +06:30
6 changed files with 9 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ $(function() {
var item_list = $('.summary-items');
item_list.empty();
for(var i in items) {
for(var i in items) {
var item_price = 0;
if(items[i].price > 0){
item_price = items[i].price;