svn commit: r1667495 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReadHelper.java

2015-03-18 Thread deepak
Author: deepak Date: Wed Mar 18 11:01:25 2015 New Revision: 1667495 URL: http://svn.apache.org/r1667495 Log: Fixed OrderItemBilling cache warning, never-cache is set to true for OrderItemBilling, hence it will never put in cache. Set cache false while fetching the order item billing record in O

svn commit: r1667494 - in /ofbiz/branches/release14.12: ./ framework/widget/src/org/ofbiz/widget/model/ModelScreenWidget.java

2015-03-18 Thread adrianc
Author: adrianc Date: Wed Mar 18 11:00:37 2015 New Revision: 1667494 URL: http://svn.apache.org/r1667494 Log: Merged revision(s) 1667492 from ofbiz/trunk: Fixed a bug in screenlet widget: If there is no Screenlet's preferenceKey in requestParameters, the initially-collapsed always be false. htt

svn commit: r1667492 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelScreenWidget.java

2015-03-18 Thread adrianc
Author: adrianc Date: Wed Mar 18 10:53:48 2015 New Revision: 1667492 URL: http://svn.apache.org/r1667492 Log: Fixed a bug in screenlet widget: If there is no Screenlet's preferenceKey in requestParameters, the initially-collapsed always be false. https://issues.apache.org/jira/browse/OFBIZ-6172

svn commit: r1667484 - in /ofbiz/branches/release14.12: ./ applications/order/entitydef/entitymodel.xml specialpurpose/scrum/entitydef/entitymodel.xml

2015-03-18 Thread deepak
Author: deepak Date: Wed Mar 18 10:38:44 2015 New Revision: 1667484 URL: http://svn.apache.org/r1667484 Log: Applied fix from trunk r#1667483. = Moved parentCustRequestId relationship for CustRequest entity from order/entitymodel.xml to scrum/entitymodel.xm

svn commit: r1667483 - in /ofbiz/trunk: applications/order/entitydef/entitymodel.xml specialpurpose/scrum/entitydef/entitymodel.xml

2015-03-18 Thread deepak
Author: deepak Date: Wed Mar 18 10:33:39 2015 New Revision: 1667483 URL: http://svn.apache.org/r1667483 Log: Moved parentCustRequestId relationship for CustRequest entity from order/entitymodel.xml to scrum/entitymodel.xml, as parentCustRequestId defined in scrum component. Modified: ofbiz/