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 2017/04/07 04:42:54 UTC

svn propchange: r1790499 - svn:log

Author: jleroux
Revision: 1790499
Modified property: svn:log

Modified: svn:log at Fri Apr  7 04:42:54 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Apr  7 04:42:54 2017
@@ -1,9 +1,14 @@
-Implemented:
-Improved:
-Documented:
-Completed:
-Reverted:
-Fixed:
-(OFBIZ-)
-Explanation
-Thanks:
+Fixed: Implement and demonstrate few services in Birt Report Builder
+(OFBIZ-9192)
+
+Jacopo reported an issue on dev ML on the Party view profile 
+The InvoiceItemProductAndParty view use a partyName from the Party
+entity, but there is no partyName in the Party.
+
+I simply commented out this line in the view definition. 
+PartyNameView could be used later there.
+
+I also fixed partyName in BirtMasterReportServices class,
+formatted it and used Debug.logError instead of printStackTrace()
+
+Thanks: Jacopo for report