From eddae1b35a413003f4b3d2a8dc6016dee85c4662 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 4 May 2015 12:35:57 +1200 Subject: [PATCH] CRM-16367 Contribution Product schema - add titles Now we have an API for this syntax conformance test enforces adding titles --- xml/schema/Contribute/ContributionProduct.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xml/schema/Contribute/ContributionProduct.xml b/xml/schema/Contribute/ContributionProduct.xml index 48b66b1f89..a278f2e818 100644 --- a/xml/schema/Contribute/ContributionProduct.xml +++ b/xml/schema/Contribute/ContributionProduct.xml @@ -8,6 +8,7 @@ true id + Contribution Product ID int unsigned true 1.4 @@ -18,12 +19,14 @@ product_id + Product ID int unsigned true 1.4 contribution_id + Contribution ID int unsigned true 1.4 @@ -67,6 +70,7 @@ fulfilled_date date + Fulfilled Date true Optional. Can be used to record the date this product was fulfilled or shipped. 1.4 @@ -74,6 +78,7 @@ start_date contribution_start_date + Start date for premium date true Actual start date for a time-delimited premium (subscription, service or membership) @@ -83,12 +88,14 @@ end_date contribution_end_date date + End date for premium true Actual end date for a time-delimited premium (subscription, service or membership) 1.4 comment + Premium comment text 1.4 -- 2.25.1