svn commit: r1715065 [1/2] - in /ofbiz/branches/release14.12: applications/accounting/data/ applications/content/data/ applications/humanres/data/ applications/marketing/data/ applications/order/data/

2015-11-18 Thread adrianc
Author: adrianc Date: Wed Nov 18 20:56:13 2015 New Revision: 1715065 URL: http://svn.apache.org/viewvc?rev=1715065&view=rev Log: Removed invalid field names from seed/demo data. Modified: ofbiz/branches/release14.12/applications/accounting/data/AccountingTypeData.xml ofbiz/branches/relea

svn commit: r1715065 [2/2] - in /ofbiz/branches/release14.12: applications/accounting/data/ applications/content/data/ applications/humanres/data/ applications/marketing/data/ applications/order/data/

2015-11-18 Thread adrianc
Modified: ofbiz/branches/release14.12/applications/product/data/ShipmentTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/product/data/ShipmentTypeData.xml?rev=1715065&r1=1715064&r2=1715065&view=diff ===

svn commit: r1715029 - /ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml

2015-11-18 Thread adrianc
Author: adrianc Date: Wed Nov 18 18:20:59 2015 New Revision: 1715029 URL: http://svn.apache.org/viewvc?rev=1715029&view=rev Log: Fix invalid XML in new component template file. Modified: ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml Modified: ofbiz/branches/release14

svn commit: r1714977 - in /ofbiz/branches/release14.12: applications/content/src/org/ofbiz/content/ applications/marketing/script/org/ofbiz/sfa/account/ applications/order/script/org/ofbiz/order/oppor

2015-11-18 Thread pgil
Author: pgil Date: Wed Nov 18 11:54:49 2015 New Revision: 1714977 URL: http://svn.apache.org/viewvc?rev=1714977&view=rev Log: OFBIZ-5750 I did review all createPartyRole service call in java/minilang/groovy, and replace some of the occurence with ensurePartyRole, one in SubscriptionServices.jav

svn commit: r1714976 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/ applications/marketing/script/org/ofbiz/sfa/account/ applications/order/script/org/ofbiz/order/opportunity/ applicat

2015-11-18 Thread pgil
Author: pgil Date: Wed Nov 18 11:54:40 2015 New Revision: 1714976 URL: http://svn.apache.org/viewvc?rev=1714976&view=rev Log: OFBIZ-5750 I did review all createPartyRole service call in java/minilang/groovy, and replace some of the occurence with ensurePartyRole, one in SubscriptionServices.jav

svn commit: r1714975 - /ofbiz/branches/release14.12/applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml

2015-11-18 Thread pgil
Author: pgil Date: Wed Nov 18 11:50:44 2015 New Revision: 1714975 URL: http://svn.apache.org/viewvc?rev=1714975&view=rev Log: OFBIZ-6703 Cannot create more than one lead in the SFA component by same user Replace createPartyRole service call with ensurePartyRole, avoiding duplicate pk creation er

svn commit: r1714974 - /ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml

2015-11-18 Thread pgil
Author: pgil Date: Wed Nov 18 11:50:16 2015 New Revision: 1714974 URL: http://svn.apache.org/viewvc?rev=1714974&view=rev Log: OFBIZ-6703 Cannot create more than one lead in the SFA component by same user Replace createPartyRole service call with ensurePartyRole, avoiding duplicate pk creation er