Skip to content

Commit

Permalink
Ticket #3275
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Mar 23, 2021
1 parent 3c13fdf commit 3da8340
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion modules/boonex/donations/install/langs/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<!-- Settings -->
<string name="_bx_donations_option_show_title"><![CDATA[Show donation title in addition to amount]]></string>
<string name="_bx_donations_option_recurring_reserve"><![CDATA[Reserve (in days) to accept and process recurring payment notification]]></string>

<!-- Forms -->
<string name="_bx_donations_form_type"><![CDATA[Type]]></string>
Expand Down
3 changes: 1 addition & 2 deletions modules/boonex/donations/install/sql/enable.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ VALUES (@iTypeId, @sName, '_bx_donations', 10);
SET @iCategId = LAST_INSERT_ID();

INSERT INTO `sys_options` (`name`, `value`, `category_id`, `caption`, `type`, `extra`, `check`, `check_error`, `order`) VALUES
('bx_donations_show_title', '', @iCategId, '_bx_donations_option_show_title', 'checkbox', '', '', '', 1),
('bx_donations_recurring_reserve', '2', @iCategId, '_bx_donations_option_recurring_reserve', 'digit', '', '', '', 10);
('bx_donations_show_title', '', @iCategId, '_bx_donations_option_show_title', 'checkbox', '', '', '', 1);


-- PAGE: make
Expand Down

0 comments on commit 3da8340

Please sign in to comment.