check order for booking status moved
This commit is contained in:
@@ -28,4 +28,13 @@ $(function(){
|
||||
|
||||
});
|
||||
/*new customer UI func:*/
|
||||
});
|
||||
});
|
||||
|
||||
/*customer UI tab btn*/
|
||||
function nextTab(elem) {
|
||||
$(elem).parent().next().find('a[data-toggle="tab"]').click();
|
||||
}
|
||||
function prevTab(elem) {
|
||||
$(elem).parent().prev().find('a[data-toggle="tab"]').click();
|
||||
}
|
||||
/*customer UI tab btn*/
|
||||
Reference in New Issue
Block a user