Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing field in insert for bank_name #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/cp-classes/db.class.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions setup/mysql/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
`id` varchar(35),
`icon` varchar(35),
`link` varchar(35),
`link_type` enum('popup','popup_large','link','slider'),
`link_type` enum('popup','popup_large','link','slider','alert'),
`custom` tinyint(1) DEFAULT '1',
`text` VARCHAR( 75 ),
`in_feed` TINYINT( 1 ) DEFAULT '1',
Expand Down Expand Up @@ -2029,4 +2029,4 @@
KEY `submenu` (`submenu`),
KEY `widget_id` (`widget_id`),
KEY `link` (`link`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
14 changes: 7 additions & 7 deletions setup/mysql/inserts.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
('member_access_lost', 'icon-access_lost.png', 'member-view', 'slider', 'Access to content %act% expired.', 1, 0),
('sms', 'icon-text.png', 'member-view', 'slider', 'SMS sent to %act%.', 1, 0),
('dependency_submit', 'icon-dependency.png', 'member-view', 'slider', 'Dependency form submitted by %act%.', '1', 0),
('member_type', 'icon-member_type.png', 'member-view', 'slider', '', 'Member type changed for %act%.', '1'),
('member_type', 'icon-member_type.png', 'member-view', 'slider', 'Member type changed for %act%.', '1',0),
('update', 'icon-update.png', 'member-view', 'slider', '%act% updated his/her account', 1, 0),
('member_update', 'icon-edit-on.png', 'member-view', 'slider', '%act% updated his/her account', 1, 0),
('purchase', 'icon-sales.png', 'transaction-view', 'slider', 'Transaction ID %act%', 1, 0),
('subscription_created', 'icon-subscriptions.png', 'subscription-view', 'slider', 'Subscription No. %act% created.', 1, 0),
('subscription_renew', 'icon-saved.png', 'subscription-view', 'slider', 'Subscription No. %act% renewed.', 1, 0),
('subscription_cancel', 'icon-warning.png', 'subscription-view', 'slider', 'Subscription No. %act% Canceled.', 1, 0),
('subscription_failed', 'icon-sub-failed.png', 'subscription-view', 'slider', 'Subscription No. %act% failed to renew.', 1, 0),
('subscription_changed', 'icon-subscriptions.png', 'subscription-view', 'slider', 'Subscription No. %act% plan changed.', '1', ''),
('subscription_downgrade', 'icon-subscriptions-upgrade.png', 'subscription-view', 'slider', 'Subscription No. %act% downgraded.', '1', ''),
('subscription_upgrade', 'icon-subscriptions-downgrade.png', 'subscription-view', 'slider', 'Subscription No. %act% upgraded.', '1', ''),
('subscription_changed', 'icon-subscriptions.png', 'subscription-view', 'slider', 'Subscription No. %act% plan changed.', '1', 0),
('subscription_downgrade', 'icon-subscriptions-upgrade.png', 'subscription-view', 'slider', 'Subscription No. %act% downgraded.', '1', 0),
('subscription_upgrade', 'icon-subscriptions-downgrade.png', 'subscription-view', 'slider', 'Subscription No. %act% upgraded.', '1', 0),
('read_email', 'icon-email-read.png', 'email-view', 'popup_large', 'E-Mail opened by %act%.', 1, 0),
('link_clicked', 'icon-click.png', 'email-view', 'popup_large', 'E-Mail link clicked by %act%.', 1, 0),
('event_rsvp', 'icon-calendar.png', 'rsvp_view', 'popup', 'Registration for %act%', 1, 0),
('invoice_closed', 'icon-save.png', 'invoice-view', 'slider', 'Invoice No. %act% settled.', 1, 0),
('invoice_payment', 'icon-sales.png', 'invoice-view', 'slider', 'Payment made on Invoice No. %act%.', 1, 0),
('invoice_requested', 'icon-invoices.png', 'invoice-view', 'slider', 'Invoice No. %act% created.', 1, 0),
('invoice_created', 'icon-invoices.png', 'invoice-view', 'slider', 'Invoice No. %act% created.', 1, 0),
('content_access_lost', 'icon-access_lost.png', 'member-view', 'slider', 'Access to content %act% expired.', '1', ''),
('content_access_lost', 'icon-access_lost.png', 'member-view', 'slider', 'Access to content %act% expired.', '1', 0),
('note', 'icon-note.png', 'note-add', 'popup_large', 'Note posted for %act%.', 0, 0),
('extended_next_action', 'icon-delay.png', 'contact-view', 'slider', 'Next required action date extended for %act%.', '1', 0),
('member_staff_update', 'icon-edit-on.png', 'member-view', 'slider', 'Member %act% updated by staff.', 0, 0),
Expand Down Expand Up @@ -405,7 +405,7 @@
('cvv', 'CVV Code', 'text', '', 0, 0, 'A three or four digit verification code printed directly on your credit card.', 'left', '', 'width:60px;', '', 0, 0, 4, '', 0, 1, 1, 3, 3, 0, 0, 0, 0),
('name_on_card', 'Name on Card', 'text', '', 0, 0, '', 'left', '', '', '', 0, 0, 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0),
('accttype', 'Account Type', 'select', '', 0, 0, 'What type of account is this?', 'left', 'Personal Checking\r\nBusiness Checking\r\nSavings', '', '', 0, 0, 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0),
('bank_name', 'Bank Name', 'text', '', 0, 0, 'Input the name of the bank to which this account belongs.', '', 'width:250px;', '', '', 0, 0, 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0),
('bank_name', 'Bank Name', 'text', '', 0, 0, 'Input the name of the bank to which this account belongs.', 'left', '', 'width:250px;', '', 0, 0, 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0),
('bank_routing', 'Routing Number', 'text', '', 0, 0, 'Input the bank''s nine digit routing number. This appears on the check below the memo line.', 'left', '', 'width:250px;', '', 0, 0, 9, '', 0, 1, 1, 3, 9, 0, 0, 0, 0),
('bank_account_name', 'Account Name', 'text', '', 0, 0, 'Input a name for this account.', 'left', '', 'width:250px;', '', 0, 0, 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0),
('bank_account_number', 'Account Number', 'text', '', 0, 0, 'Input the account number. This appears on the check below the memo line, to the right of the routing number.', 'left', '', 'width:250px;', '', 0, 0, 25, '', 0, 1, 1, 3, 0, 0, 0, 0, 0),
Expand Down Expand Up @@ -1254,4 +1254,4 @@
('site_topbar_logged_in', 0, 'Shop','" . $use_url . "/catalog.php', 2, 'same', 4),
('site_topbar_logged_in', 0, 'Cart','" . $use_url . "/cart.php', 2, 'same', 5),
('site_topbar_logged_in', 0, 'Logout','" . $use_url . "/logout.php', 2, 'same', 6);
";
";