Module Opensteam::OrderBase::OrderItemsExtension
In: lib/opensteam/order_base.rb

Methods

Public Instance methods

[Source]

    # File lib/opensteam/order_base.rb, line 39
39:       def all_invoiced? ; collect { |s| s.invoice != nil }.all? ; end

[Source]

    # File lib/opensteam/order_base.rb, line 38
38:       def all_shipped? ; collect { |s| s.shipment != nil }.all? ; end

[Validate]