WebHostingPeople Posted August 16, 2017 Share Posted August 16, 2017 Hi, When I take Reports for Sales Tax Liability, report is showing Invoice Id whenever I am using Invoice Number sequentially. Please guide me how can I get Reports for Sales Tax Liability with Invoice Nos. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 16, 2017 Share Posted August 16, 2017 you'd need to make 2 changes to /modules/reports/sales_tax_liability.php. change ~ line 63... $aInt->lang('fields', 'invoiceid'), to... $aInt->lang('fields', 'invoicenum'), change ~ line90... $id = $data["id"]; to... $id = $data["invoicenum"]; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.