Author: apatel
Date: Mon Oct 19 17:35:35 2009 New Revision: 826730 URL: http://svn.apache.org/viewvc?rev=826730&view=rev Log: Removed duplicate entry of search result list screenlet from findaccotgtrans. Modified: ofbiz/trunk/applications/accounting/widget/GlScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/GlScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlScreens.xml?rev=826730&r1=826729&r2=826730&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlScreens.xml Mon Oct 19 17:35:35 2009 @@ -162,39 +162,6 @@ </link> <include-form name="ListAcctgTrans" location="component://accounting/widget/GlForms.xml"/> </screenlet> - <screenlet title="${uiLabelMap.AccountingAcctgTrans}"> - <link text="${uiLabelMap.AccountingExportAsCsv}" style="buttontext" target="AcctgTransSearchResultsCsv.csv"> - <parameter param-name="organizationPartyId"/> - <parameter param-name="acctgTransId" from-field="parameters.acctgTransId"/> - <parameter param-name="produtId" from-field="parameters.produtId"/> - <parameter param-name="isPosted" from-field="parameters.isPosted"/> - <parameter param-name="invoiceId" from-field="parameters.invoiceId"/> - <parameter param-name="glFiscalTypeId" from-field="parameters.glFiscalTypeId"/> - <parameter param-name="shipmentId" from-field="parameters.shipmentId"/> - <parameter param-name="acctgTransTypeId" from-field="parameters.acctgTransTypeId"/> - <parameter param-name="workEffortId" from-field="parameters.workEffortId"/> - <parameter param-name="glJournalId" from-field="parameters.glJournalId"/> - <parameter param-name="paymentId" from-field="parameters.paymentId"/> - <parameter param-name="fromDate" from-field="parameters.fromDate"/> - <parameter param-name="thruDate" from-field="parameters.thruDate"/> - </link> - <link text="${uiLabelMap.AccountingExportAsPdf}" style="buttontext" target="AcctgTransSearchResultPdf.pdf"> - <parameter param-name="organizationPartyId"/> - <parameter param-name="acctgTransId" from-field="parameters.acctgTransId"/> - <parameter param-name="produtId" from-field="parameters.produtId"/> - <parameter param-name="isPosted" from-field="parameters.isPosted"/> - <parameter param-name="invoiceId" from-field="parameters.invoiceId"/> - <parameter param-name="glFiscalTypeId" from-field="parameters.glFiscalTypeId"/> - <parameter param-name="shipmentId" from-field="parameters.shipmentId"/> - <parameter param-name="acctgTransTypeId" from-field="parameters.acctgTransTypeId"/> - <parameter param-name="workEffortId" from-field="parameters.workEffortId"/> - <parameter param-name="glJournalId" from-field="parameters.glJournalId"/> - <parameter param-name="paymentId" from-field="parameters.paymentId"/> - <parameter param-name="fromDate" from-field="parameters.fromDate"/> - <parameter param-name="thruDate" from-field="parameters.thruDate"/> - </link> - <include-form name="ListAcctgTrans" location="component://accounting/widget/GlForms.xml"/> - </screenlet> </widgets> </section> </decorator-section> |
Free forum by Nabble | Edit this page |