feat: allow amount updates for membership fee cycles
This commit is contained in:
parent
09dfbe455b
commit
06de9d2c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ defmodule Mv.MembershipFees.MembershipFeeCycle do
|
||||||
|
|
||||||
update :update do
|
update :update do
|
||||||
primary? true
|
primary? true
|
||||||
accept [:status, :notes]
|
accept [:status, :notes, :amount]
|
||||||
end
|
end
|
||||||
|
|
||||||
update :mark_as_paid do
|
update :mark_as_paid do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue