Method: Driver::Datecs::Dp25#print
- Defined in:
- app/models/extface/driver/datecs/dp25.rb
#print(text) ⇒ Object
up to 38 sybols, TODO check
93 94 95 96 |
# File 'app/models/extface/driver/datecs/dp25.rb', line 93 def print(text) #up to 38 sybols, TODO check raise "Not in print session" unless @print_session fsend Sales::PRINT_NON_FISCAL_TEXT, text end |