svn propchange: r1790499 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1790499 - svn:log

jleroux@apache.org
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