azureblue Posted October 1, 2016 Share Posted October 1, 2016 I need to remove the date range on the invoice line items. They don't reflect our type of service. Please advice how I can remove this. thx 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 1, 2016 Share Posted October 1, 2016 I need to remove the date range on the invoice line items. They don't reflect our type of service. Please advice how I can remove this. thx there are at least two ways to do it... you can either use an action hook, probably InvoiceCreationPreEmail to modify the invoice line item(s) and remove the dates, before the invoice is sent to the client... ...or you modify the invoice (and email) templates and use regex (regular expressions) to remove the dates from the output. as far as i'm aware, how to do either method has not been posted in the forums previously. 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.