Skip to content

Commit

Permalink
Product - Fix duplicated key in xml file
Browse files Browse the repository at this point in the history
Followup fix to civicrm#28540 (comment)
  • Loading branch information
colemanw committed Jan 4, 2024
1 parent 54c6005 commit 4c5debe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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:0ef2f469fb291abae7fe738f40d6b885)
* (GenCodeChecksum:f21f30ca57294d554e0b4446ef4d20c4)
*/

/**
Expand Down
4 changes: 1 addition & 3 deletions xml/schema/Contribute/Product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
<comment>able - stores "product info" for premiums and can be used for non-incentive products </comment>
<name>civicrm_product</name>
<add>1.4</add>
<paths>
<preview>civicrm/admin/contribute/managePremiums/edit?action=preview&amp;reset=1&amp;id=[id]</preview>
</paths>
<log>true</log>
<component>CiviContribute</component>
<labelField>name</labelField>
<paths>
<add>civicrm/admin/contribute/managePremiums/edit?action=add&amp;reset=1</add>
<update>civicrm/admin/contribute/managePremiums/edit?action=update&amp;id=[id]&amp;reset=1</update>
<delete>civicrm/admin/contribute/managePremiums/edit?action=delete&amp;id=[id]&amp;reset=1</delete>
<preview>civicrm/admin/contribute/managePremiums/edit?action=preview&amp;reset=1&amp;id=[id]</preview>
<browse>civicrm/admin/contribute/managePremiums/</browse>
</paths>
<field>
Expand Down

0 comments on commit 4c5debe

Please sign in to comment.