Method: Effective::Order#amount_owing

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

#amount_owingObject



450
451
452
# File 'app/models/effective/order.rb', line 450

def amount_owing
  self[:amount_owing] || get_amount_owing()
end