Update for notice types
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Apr 2018 16:46:02 +0000 (12:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Apr 2018 16:46:02 +0000 (12:46 -0400)
commit01c75046087ccf3869670f12a11bf401fc046d08
treea2af57a1c4ba9facdac3038c286396c8ba2a4a5d
parent6091759e5bc82c66c94c6d07e93b4b63664a2746
Update for notice types

Database update for the notification_type table. Adding field for
to_email. If it is set then the notification email will goto that email.
If it is not set then the notification will goto the accounts email.
classes/billingSupport.php
classes/data/dataNotificationTypes.php
classes/notifications.php
index.php
models/front/billing/becomeMember.php
setup/databaseScripts/create_database_V0.0.24.sql [deleted file]
setup/databaseScripts/create_database_V0.0.25.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.25.sql [new file with mode: 0644]
views/admin/settings/editNotificationType.html