app/models/extface/driver/base/fiscal.rb in extface-0.4.5 vs app/models/extface/driver/base/fiscal.rb in extface-0.4.6a

- old
+ new

@@ -46,11 +46,9 @@ def add_comment(text = '') raise_not_implemented end def add_payment(value = nil, type_num = nil) raise_not_implemented end def add_total_modifier(fixed_value = nil, percent_ratio = nil) raise_not_implemented end def total_payment() raise_not_implemented end #auto calculated total default payment def close_fiscal_doc() raise_not_implemented end - - def cancel_doc_session() raise_not_implemented end #repair from broken doc session #fiscal basket session of Extface::Driver::Base::Fiscal::SaleItem instances def sale_and_pay_items_session(sale_items = [], operator = '', password = '') raise_not_implemented end #other \ No newline at end of file