mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
loan: Set the first valuation as the original principal. (#2088)
Fix: #1645.
This commit is contained in:
@@ -2,6 +2,6 @@ class LoansController < ApplicationController
|
||||
include AccountableResource
|
||||
|
||||
permitted_accountable_attributes(
|
||||
:id, :rate_type, :interest_rate, :term_months
|
||||
:id, :rate_type, :interest_rate, :term_months, :initial_balance
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user