Edit in A5pdf

This commit is contained in:
San Wai Lwin
2018-05-21 11:08:08 +06:30
parent 98b043c170
commit 85625b7090
2 changed files with 20 additions and 17 deletions

View File

@@ -3,6 +3,6 @@ class PrintSetting < ApplicationRecord
validates_presence_of :name, :unique_code, :printer_name, :api_settings, :page_width, :page_height, :print_copies, :header_font_size, :item_font_size
def self.get_precision_delimiter
PrintSetting.find_by_unique_code("ReceiptBillPdf")
PrintSetting.find_by_unique_code("CloseCashierPdf")
end
end