for origami view file

This commit is contained in:
Aung Myo
2017-06-08 14:57:01 +06:30
4 changed files with 20 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ class Crm::HomeController < BaseCrmController
def print_order
@booking = Booking.find(params[:id])
unique_code="CrmOrderPdf"
print_settings = PrintSetting.find_by_unique_code(unique_code)