1
0
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:
Du Peng 2023-09-19 14:18:40 +02:00
parent f346c4bb1f
commit bed4a93585
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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: {}
};