check menu is_available, survey id and check status with sale items SUM in receipBill
This commit is contained in:
@@ -265,6 +265,7 @@ function show_order_detail(url,sr_no){
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
// console.log(data);
|
||||
$("#order_remark").text("");
|
||||
$(".tbl_customer").show();
|
||||
if(data.status != "delivered"){
|
||||
$('#accepted').show();
|
||||
|
||||
Reference in New Issue
Block a user