Change Invoice Status From Image To Text

0

Hello there,

I made a wrong post in a wrong section. I need to change the invoice status from top image to a simple text, but i cant figure it out how to do so.

I did use this code <?= lang("invoice") . " " . $inv->status; ?> but the invoice status is still in english, and i use my language Romania, partial translated.

Question Resolved For: Simple Business Manager - Invoicing Solution 0 Votes 1 Answers 554 Views
Asked by Florin Hangu 3 years ago

1

Answered by Mian Saleem

Hello,

You asked at wrong item again 😦

As you can see the status is saved in database. You can change the line as

<?= lang("invoice") . " " . lang($inv->status); ?>

and then add the Paid and other status as keys to your language file and translate.

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.