details: https://code.openbravo.com/erp/devel/pi/rev/8f17df764d0f changeset: 30506:8f17df764d0f user: Inigo Sanchez <inigo.sanchez <at> openbravo.com> date: Fri Oct 21 14:16:10 2016 +0200 summary: Related with issue 34180: M_Offer_Type_Trl.Description column is not populated
diffstat: src-db/database/model/functions/AD_LANGUAGE_CREATE.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (17 lines): diff -r 380d8ab86ea4 -r 8f17df764d0f src-db/database/model/functions/AD_LANGUAGE_CREATE.xml --- a/src-db/database/model/functions/AD_LANGUAGE_CREATE.xml Fri Oct 21 12:56:10 2016 +0200 +++ b/src-db/database/model/functions/AD_LANGUAGE_CREATE.xml Fri Oct 21 14:16:10 2016 +0200 @@ -594,11 +594,11 @@ INSERT INTO M_Offer_Type_Trl ( - M_Offer_Type_Trl_ID, M_Offer_Type_ID, AD_Language, Name, IsTranslated, + M_Offer_Type_Trl_ID, M_Offer_Type_ID, AD_Language, Name, Description, IsTranslated, Createdby, UpdatedBy, Created, Updated, AD_Client_ID, AD_Org_ID, IsActive ) - SELECT get_uuid(), M_Offer_Type_ID, AD_Language.AD_Language, M_Offer_Type.name, 'N', '0', '0', now(), now(), M_Offer_Type.AD_Client_ID, M_Offer_Type.AD_Org_ID, 'Y' + SELECT get_uuid(), M_Offer_Type_ID, AD_Language.AD_Language, M_Offer_Type.name, M_Offer_Type.description, 'N', '0', '0', now(), now(), M_Offer_Type.AD_Client_ID, M_Offer_Type.AD_Org_ID, 'Y' FROM M_Offer_Type, AD_Language, AD_module m WHERE AD_Language.IsActive='Y' AND AD_Language.IsSystemLanguage='Y' ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits