Jump to content

Remove the offending big red UNPAID in six


netwood

Recommended Posts

In version 5.3.14 I modified the invoicepdf.tpl to "remove" the red UNPAID from pdf invoices.

I did that by changing the color of UNPAID from red to white. Like this:

 

# Invoice Status

$statustext = $_LANG['invoices'.strtolower($status)];

$pdf->SetFillColor(255,255,255);

$pdf->SetDrawColor(255,255,255);

 

 

We have upgraded to 6.3.1 and to the "six" theme. The code in invoicepdf.tpl is totally different in the six theme.

 

I'm not that good with coding so does anyone know what I should change in the new invoicepdf.tpl to "remove" the red UNPAID?

 

//jonas

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated