Skip to content

Commit

Permalink
Allow modify in FD account
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Alberto Hernandez committed Mar 21, 2024
1 parent 66561f7 commit c1de787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public boolean allowWithdrawal() {

@Override
public boolean allowModify() {
return false;
return true;
}

@Override
Expand Down

0 comments on commit c1de787

Please sign in to comment.