update precision and delimetor all
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
class PrintSetting < ApplicationRecord
|
||||
# validations
|
||||
validates_presence_of :name, :unique_code, :printer_name, :page_width, :page_height, :print_copies
|
||||
|
||||
def self.get_precision_delimiter
|
||||
PrintSetting.find_by_unique_code("CloseCashierPdf")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user