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

(NFC) Contribute/Product.xml - No newline in comment #29825

Merged
merged 1 commit into from
Mar 26, 2024
Merged
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
8 changes: 3 additions & 5 deletions CRM/Contribute/DAO/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/Product.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:24ebd2523898da32dbeef3b58c924100)
* (GenCodeChecksum:977103e3387bc7b2340bfd4e2c202f1c)
*/

/**
Expand Down Expand Up @@ -167,8 +167,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
public $is_active;

/**
* Rolling means we set start/end based on current day, fixed means we set start/end for current year or month
* (e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006)
* Rolling means we set start/end based on current day, fixed means we set start/end for current year or month (e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006)
*
* @var string|null
* (SQL type: varchar(8))
Expand Down Expand Up @@ -541,8 +540,7 @@ public static function &fields() {
'name' => 'period_type',
'type' => CRM_Utils_Type::T_STRING,
'title' => ts('Period Type'),
'description' => ts('Rolling means we set start/end based on current day, fixed means we set start/end for current year or month
(e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006) '),
'description' => ts('Rolling means we set start/end based on current day, fixed means we set start/end for current year or month (e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006)'),
'maxlength' => 8,
'size' => CRM_Utils_Type::EIGHT,
'usage' => [
Expand Down
3 changes: 1 addition & 2 deletions xml/schema/Contribute/Product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@
<type>varchar</type>
<length>8</length>
<default>'rolling'</default>
<comment>Rolling means we set start/end based on current day, fixed means we set start/end for current year or month
(e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006) </comment>
<comment>Rolling means we set start/end based on current day, fixed means we set start/end for current year or month (e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006)</comment>
<pseudoconstant>
<callback>CRM_Core_SelectValues::periodType</callback>
</pseudoconstant>
Expand Down