no change

This commit is contained in:
Yan
2018-05-03 17:53:34 +06:30
parent 02fe2e57cc
commit b0377afb8f
2 changed files with 5 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ class Origami::OtherChargesController < BaseOrigamiController
else
@table = nil
end
end
end
@@ -80,7 +79,5 @@ class Origami::OtherChargesController < BaseOrigamiController
dining = {:table_id => table_id, :table_type => table.type }
render :json => dining.to_json
end
end
end