update add oresr

This commit is contained in:
Aung Myo
2017-07-27 15:13:13 +06:30
parent 92e73c54a3
commit be0af338a8

View File

@@ -112,7 +112,7 @@ function show_details(url_item){
+'</div>'
+'<div class="card-footer">'
+'<small>'+ price +'</small>'
+'<small>'+ menu_items[field].price +'</small>'
+'</div>';
$('.menu_items_list').append(row);
}