Details
Description
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
Attachments
Attachments
Issue Links
- is duplicated by
-
OFBIZ-7077 Unknown request error when generating Acctg Trans Entries PDF from invoice overview page
- Closed