mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-17 11:54:22 +01:00
(bug) user is_allow_contact is actived by default
This commit is contained in:
parent
f346c4bb1f
commit
bed4a93585
@ -8,6 +8,7 @@
|
||||
- Cancel payment schedule subscription after update the payment mean
|
||||
- admin can see reservations of a member
|
||||
- Fix a bug: unable to update card for payment schedule
|
||||
- Fix a bug: user is_allow_contact is actived by default
|
||||
|
||||
## v6.0.14 2023 September 6
|
||||
|
||||
|
@ -1027,6 +1027,7 @@ Application.Controllers.controller('NewMemberController', ['$scope', '$state', '
|
||||
// Default member's profile parameters
|
||||
$scope.user = {
|
||||
plan_interval: '',
|
||||
is_allow_contact: false,
|
||||
invoicing_profile_attributes: {},
|
||||
statistic_profile_attributes: {}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user