check is_available for menu sync
This commit is contained in:
@@ -32,7 +32,7 @@ $(function(){
|
||||
/*new customer UI func:*/
|
||||
|
||||
$(".reservation_type").on("click", function(){
|
||||
if($(this).val() == "Dine-in"){
|
||||
if(parseInt($(this).val()) == 0){
|
||||
$(".dining_type").show();
|
||||
$(".room_type").hide();
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user