Hi Team, We want to customize salesInvoice(credit note) report. created extension of SalesInvoicedDP while generating report for normal invoice new field populating value but creating report for same place credit note report not populating new field value.
do we need to add logic in some other method to populate value. pls advice thank in advance...
[ExtensionOf(classStr(SalesInvoiceDP))]
final class SalesInvoiceDP_Test_Extension
{
protected void populateSalesInvoiceHeaderFooterTmp(CustInvoiceJour _custInvoiceJour, CompanyInfo _companyInfo)
{
next populateSalesInvoiceHeaderFooterTmp( _custInvoiceJour, _companyInfo)
//salesInvoiceHeaderFooterTmp. ///adding my logic and
}
}