Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 353D7200B7C for ; Thu, 8 Sep 2016 20:32:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 33C1B160ABD; Thu, 8 Sep 2016 18:32:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 77891160AAD for ; Thu, 8 Sep 2016 20:32:58 +0200 (CEST) Received: (qmail 79880 invoked by uid 500); 8 Sep 2016 18:32:57 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 79867 invoked by uid 99); 8 Sep 2016 18:32:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 18:32:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 318761A5DFC for ; Thu, 8 Sep 2016 18:32:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 25choNHJWLAM for ; Thu, 8 Sep 2016 18:32:56 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 24CBD60D0C for ; Thu, 8 Sep 2016 18:32:56 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 07DD0E0115 for ; Thu, 8 Sep 2016 18:32:54 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1259C3A05B4 for ; Thu, 8 Sep 2016 18:32:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1759883 - /ofbiz/trunk/applications/order/servicedef/services_request.xml Date: Thu, 08 Sep 2016 18:32:53 -0000 To: commits@ofbiz.apache.org From: arunpatidar@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160908183254.1259C3A05B4@svn01-us-west.apache.org> archived-at: Thu, 08 Sep 2016 18:32:59 -0000 Author: arunpatidar Date: Thu Sep 8 18:32:53 2016 New Revision: 1759883 URL: http://svn.apache.org/viewvc?rev=1759883&view=rev Log: Applied patch for "Added CRUD services for CustRequestCategory entity" from issue [OFBIZ-8095] Thanks Amit Gadaley and Rishi Solanki for your contribution. Modified: ofbiz/trunk/applications/order/servicedef/services_request.xml Modified: ofbiz/trunk/applications/order/servicedef/services_request.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_request.xml?rev=1759883&r1=1759882&r2=1759883&view=diff ============================================================================== --- ofbiz/trunk/applications/order/servicedef/services_request.xml (original) +++ ofbiz/trunk/applications/order/servicedef/services_request.xml Thu Sep 8 18:32:53 2016 @@ -227,5 +227,19 @@ under the License. + + Create a CustRequestCategory record + + + + + Update a CustRequestCategory record + + + + + Delete a CustRequestCategory record + +