0
Is it possible to add an additional status to the Status list in Invoice Manger? Eg;- Held, Misc, etc. I'm assuming this would be done via a language ini, or php file or similar. Or would I have to also need to effect changes to the database?
Responses (6)
-
Accepted Answer
-
Accepted Answer
0Apologies to bring up an old thread, but this is something I'd like to implement also. I followed the advice, and added to helpers.php
$status[] = "held";
And added to the language file
HELD="Held"
And this correctly shows up in the list of statuses. However, the system shows this as 'Not Set' when viewing the list of invoices. Do I need to add code somewhere else to have it show up as Held correctly? -
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »