Morten Jensen created OFBIZ-6774:
------------------------------------
Summary: ACCTG TRANS ENTRIES PDF link on invoiceOverview does not work
Key: OFBIZ-6774
URL:
https://issues.apache.org/jira/browse/OFBIZ-6774 Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: Release Branch 13.07
Environment: Ubuntu linux 15.04, JVM 7u91-2.6.3-0ubuntu0.15.04.1
Reporter: Morten Jensen
Priority: Minor
Whenever I click on the ACCTG TRANS ENTRIES PDF link in the invoice overview screen I get the following error:
org.ofbiz.webapp.control.RequestHandlerException: Unknown request [InvoiceAcctgTransEntriesPdf]; this request does not exist or cannot be called directly.
A grep through the full ofbiz repo yields no results for an implementation or freemarker template - only the link itself in accounting menus xml:
git checkout release13.07
find . -type f -exec grep -i InvoiceAcctgTransEntriesPdf {} \; -ls
<link target="InvoiceAcctgTransEntriesPdf">
528005 72 -rw-rw-r-- 1 xxx xxx 70103 Dec 17 07:05 ./applications/accounting/widget/AccountingMenus.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)