You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/05/20 13:03:36 UTC

svn commit: r1744730 - /ofbiz/branches/release13.07/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy

Author: jleroux
Date: Fri May 20 13:03:36 2016
New Revision: 1744730

URL: http://svn.apache.org/viewvc?rev=1744730&view=rev
Log:
Fixes "Error on Edit Credit Card page" reported by Ravi Lodhi at https://issues.apache.org/jira/browse/OFBIZ-7081

When I backported OFBIZ-1524 "Improve the way CreditCard.cardType field is managed" in R13.07 I did not notice that Ashish "forgot to commit a file in one of [his] recent commit r1626425" and then Pierre at "CcTypes.groovy misses licence" - OFBIZ-6684 completed the file. This does both

Added:
    ofbiz/branches/release13.07/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy
      - copied, changed from r1632747, ofbiz/trunk/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy

Copied: ofbiz/branches/release13.07/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy (from r1632747, ofbiz/trunk/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy)
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy?p2=ofbiz/branches/release13.07/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy&p1=ofbiz/trunk/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy&r1=1632747&r2=1744730&rev=1744730&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy (original)
+++ ofbiz/branches/release13.07/framework/common/webcommon/WEB-INF/actions/includes/CcTypes.groovy Fri May 20 13:03:36 2016
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import org.ofbiz.entity.condition.EntityCondition;
 import org.ofbiz.entity.condition.EntityOperator;