Method: Driver::Datecs::DpX5New#total_payment
- Defined in:
- app/models/extface/driver/datecs/dp_x5_new.rb
#total_payment ⇒ Object
141 142 143 144 |
# File 'app/models/extface/driver/datecs/dp_x5_new.rb', line 141 def total_payment raise "Not in fiscal session" unless @fiscal_session fsend(Sales::TOTAL, "\t") end |