booking status changed
This commit is contained in:
@@ -479,6 +479,7 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
get "/sales/:sale_id/void" => "manual_sales#void", :as => "void"
|
||||
post "sales/:sale_id/manual_void_sale", to: "manual_sales#manual_void_sale", :as => "manual_void_sale"
|
||||
post "sales/:sale_id/:type/void" => "sales#overall_void"
|
||||
get "/bookings/update_status/:booking_id" => "bookings#update_status", :default => { :format => 'json' }
|
||||
end
|
||||
|
||||
#--------- Reports Controller Sections ------------#
|
||||
|
||||
Reference in New Issue
Block a user