Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author albdesign

    (@albdesign)

    Hi , sorry for the trouble

    You can change the text on the template itself or add this to your functions.php of the theme

    add_filter('albwppm_invoice_pdf_vat_table_header','change_pdf_discount_to_vat');
    function change_pdf_discount_to_vat(){
    	return 'VAT';
    }

    We will fix that issue on the next update

    Regards

    Thread Starter sharkreader

    (@sharkreader)

    I appreciate this code; it helped me in my php learning process. Still, I ended up changing the template so that it is correct. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong label on Invoice – "Discount" should be "Tax"’ is closed to new replies.