separate foodcourt module

This commit is contained in:
Myat Zin Wai Maw
2019-12-02 16:10:51 +06:30
parent 09e7650452
commit cac6994ccb
113 changed files with 14365 additions and 193 deletions

View File

@@ -18,7 +18,7 @@ module LoginVerification
def current_shop
begin
shop_code ='262'
shop_code ='263'
@shop =Shop.find_by_shop_code(shop_code)
return @shop
rescue
@@ -42,7 +42,7 @@ module LoginVerification
#Shop Name in Navbor
def shop_detail
shop_code ='262'
shop_code ='263'
@shop = Shop.find_by_shop_code(shop_code)
return @shop
end