change show to print method in req bills controller

This commit is contained in:
Yan
2017-06-06 17:01:15 +06:30
parent c482318b1a
commit fbf312f71c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
class Origami::RequestBillsController < BaseOrigamiController
def show
def print
@sale = Sale.new
booking_id = params[:id]