Method: Effective::Order#subtotal

Defined in:
app/models/effective/order.rb

#subtotalObject



438
439
440
# File 'app/models/effective/order.rb', line 438

def subtotal
  self[:subtotal] || get_subtotal()
end