
Originally Posted by
Luke Galyan
For issues 2A and 2B (same file)
I took a best guess and added all the lines of code next to each other after line 40 in my file.
Here is a copy paste of the code I added with an existing line of code above it and an existing line of code below it so you can see where I put it. Is this in the correct location or will I have issues?
While I am hesitant to make a guess at where things go, this seemed to be a small file and assume it easy to find what I did.
define('ENTRY_NONE', 'None');
define('TABLE_HEADING_CAT_GROUP','CatGroup ID');
define('CUSTOMERS_CAT_GROUP', 'CatGroup ID: ');
define('CUSTOMERS_CAT_GROUP_NOTES', ' Customers Category Group ID = 0 (Default) => Everyone | Master ID = 1 | Sales = 2 (Twitch Restrict Categories by Customer or Group).');
define('CUSTOMERS_CAT_GROUP_ORIGINAL', 'Original CatGroup ID: ');
define('CUSTOMERS_CAT_GROUP_ORIGINAL_NOTES', ' Original Customers Category Group ID (for reference only)');
define('TABLE_HEADING_COMPANY','Company');