systopia / de.systopia.donrec

CiviCRM Donation Receipts Extension
GNU Affero General Public License v3.0
15 stars 26 forks source link

Do not create zwb_donation_receipt_item custom field group as multiple. #171

Closed muniodiego closed 6 months ago

jensschuppe commented 1 year ago

I think this approach will not work, as the custom field group has to be multiple-value. There can be multiple receipt items per contribution, as there can be copies of receipts. @muniodiego have you thought about that scenario?

jensschuppe commented 6 months ago

I'm closing this as invalid. Contribution entities used to not allow multi-value custom field groups, but they've been for a while now. Also, I'm sure the approach of having a single-record custom group with multi-value custom fields is not correct.