/framework/common/servicedef/services.xml does not have correct location for
PeriodServices.xml
-----------------------------------------------------------------------------------------------
Key: OFBIZ-2275
URL: https://issues.apache.org/jira/browse/OFBIZ-2275
Project: OFBiz
Issue Type: Bug
Components: accounting
Affects Versions: SVN trunk
Reporter: CJ Horton
Priority: Minor
Fix For: SVN trunk
Attachments: services.xml.patch
It looks like the file PeriodServices.xml was moved from:
component://common/script/org/ofbiz/common/period/
to:
component://accounting/script/org/ofbiz/accounting/period
PeriodServices.xml is referenced in two files:
component://accounting/servicedef/services_ledger.xml and
component://common/servicedef/services.xml
The location is correct in services_ledger.xml, but not services.xml.
I attached a patch that points /framework/common/servicedef/services.xml to the
current location of PeriodServices.xml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.