Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
-
rev 1058379
Description
In applications/accounting/src/org/ofbiz/accounting/Invoice/InvoiceServices.java, there are numerous calls to ServiceUtil.returnError where nothing is done with the result of the call. Surely a
return ServiceUtil.returnError
was intended?
A grep turned up one other place with a similar problem, PosTransaction.java .
Patches attached.