From 7d00b26211687a80fc5ffb8687eeb59ce5989e26 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Sun, 5 Jun 2022 19:55:44 +0100 Subject: [PATCH] Typo fix for Entity Id --- CRM/Price/DAO/PriceSetEntity.php | 4 ++-- xml/schema/Price/PriceSetEntity.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Price/DAO/PriceSetEntity.php b/CRM/Price/DAO/PriceSetEntity.php index d78bef47da..50663643b6 100644 --- a/CRM/Price/DAO/PriceSetEntity.php +++ b/CRM/Price/DAO/PriceSetEntity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceSetEntity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a582c36064eb9613d9172b4eebcbc37e) + * (GenCodeChecksum:fd4d4668f512069531d5e3bc7eb143d3) */ /** @@ -144,7 +144,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO { 'entity_id' => [ 'name' => 'entity_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Entity IF'), + 'title' => ts('Entity ID'), 'description' => ts('Item in table'), 'required' => TRUE, 'where' => 'civicrm_price_set_entity.entity_id', diff --git a/xml/schema/Price/PriceSetEntity.xml b/xml/schema/Price/PriceSetEntity.xml index ecc0604617..91751adf9f 100644 --- a/xml/schema/Price/PriceSetEntity.xml +++ b/xml/schema/Price/PriceSetEntity.xml @@ -33,7 +33,7 @@ entity_id - Entity IF + Entity ID int unsigned true Item in table -- 2.25.1