X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FDAO%2FParticipantPayment.php;h=393f3527e160158cf1c41fd86044aea906520601;hb=e380ee3bd2ce93a6c8a99e997b23fccb00b1e516;hp=feb8889ecd73d96bf37e970a0d7d7a0983f81f2c;hpb=00e18848bae4a42a67f0bf07002760ab35f9dd40;p=civicrm-core.git diff --git a/CRM/Event/DAO/ParticipantPayment.php b/CRM/Event/DAO/ParticipantPayment.php index feb8889ecd..393f3527e1 100644 --- a/CRM/Event/DAO/ParticipantPayment.php +++ b/CRM/Event/DAO/ParticipantPayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/ParticipantPayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:293a5e4f208de9a01639960975850cd4) + * (GenCodeChecksum:33976e80c23c2f9eeaa844c812004b42) */ /** @@ -85,7 +85,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Payment ID'), - 'description' => 'Participant Payment Id', + 'description' => ts('Participant Payment Id'), 'required' => TRUE, 'table_name' => 'civicrm_participant_payment', 'entity' => 'ParticipantPayment', @@ -96,7 +96,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'name' => 'participant_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Participant ID'), - 'description' => 'Participant Id (FK)', + 'description' => ts('Participant Id (FK)'), 'required' => TRUE, 'table_name' => 'civicrm_participant_payment', 'entity' => 'ParticipantPayment', @@ -108,7 +108,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Contribution'), - 'description' => 'FK to contribution table.', + 'description' => ts('FK to contribution table.'), 'required' => TRUE, 'table_name' => 'civicrm_participant_payment', 'entity' => 'ParticipantPayment',