Help with Print As PDF or Email As PDF On Fresh Install

When I create an invoice and attempt to print as pdf or email as pdf, it can take up to 6 mins sometimes to return with either the save as dialogue or the internal email applet. This seems to me to be a rendering issue, but I cannot for the life of me figure it out.

I am using suitecrm 7.11.7 on ubuntu 18. on an intel Purley node with 2x E5-2670s, 512GB Ram, and Pliant Enterprise SSDs so there should be no performance from the hardware, I am connecting to the machine via an InfiniBand network @56Gb/s. I have also logged into the node locally and attempted to perform the print to pdf or email to pdf.

If I select to email the invoice (not the email pdf option), it works immediately.

I have laid out the steps I took below, as well as any log files I could think to gather.
I have already checked the relevant permissions and ensured that the directory and its contents were owned by the www-data user and group.
I have performed a fresh install of the CRM, with a unique database name, as well as a unique sql user. This is the only instance of the CRM on this node.

Here is the info dump. Its long (1300 lines I think).

Database creation:

Copyright © 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

mysql> CREATE DATABASE suitecrm_tbp;
Query OK, 1 row affected (0.00 sec)

mysql> CREATE USER ‘suitecrm_tbp’@‘localhost’ IDENTIFIED BY “********”;
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON suitecrm_tbp.* to ‘suitecrm_tbp’@‘localhost’;
Query OK, 0 rows affected (0.00 sec)

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

Successful Install:

Creating SuiteCRM configuration file (config.php)

Creating SuiteCRM application tables, audit tables and relationship metadata
Creating the database suitecrm_tbp on 127.0.0.1…done

Creating default SuiteCRM data

 Creating default users...   done
 Creating default scheduler jobs...   done

The setup of SuiteCRM 7.11.7 is now complete!

Total time: 7.799998998642 seconds.
Approximate memory used: 24792320 bytes.

Log in as admin, and create the reception user.
Log Out Of Admin, and then back in as the new reception user.

Create (just using example, no changes to fields) an invoice PDF Template.
Create a new Contact
Create an invoice, for the new contact, with just a single service line item.
Save Invoice.
Select Print As PDF.

~~~~~6 Min Turn Around
----------------------

Update OS Completley, There were some PHP updates available.
There Were some OS, and F/W updates available. (including Kernel Packages 5.00-25-generic)
There were some FW updates for the infiniband adaptor (56 Gb Mellanox)

Retry print as pdf

~ Same Time Turn Around.

Log Output:
############################
root@NRITSINTEL:/var/www/html/tbp/TBPTATT00/Suite# tail -f suitecrm.log
Tue Aug 13 22:29:34 2019 [91552][b1342189-a913-97e2-c53c-5d53715b46bd][FATAL] Chart class not found.
Tue Aug 13 22:29:35 2019 [91550][b1342189-a913-97e2-c53c-5d53715b46bd][FATAL] Chart class not found.
#####################

Log Out of Reception, back in as admin, up the logging level to debug. Log back in as reception.

Retry Print As Pdf, Log Output:
#########################

Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] current_language is: en_us
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Found language file: en_us.lang.php
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query Execution Time:0.00045585632324219
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query Execution Time:0.00026106834411621
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query Execution Time:0.00019502639770508
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '80f05210-7e1a-d541-1bc1-5d5371b09f9b'
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query Execution Time:0.00031805038452148
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Hook called: ::after_entry_point
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Including Ext hook file for custom/application
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Hook called: ::after_session_start
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Unable to find SugarController:: index
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] We have an authenticated user id: b1342189-a913-97e2-c53c-5d53715b46bd
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0
Tue Aug 13 22:50:19 2019 [95723][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][-none-][INFO] Query Execution Time:0.00034999847412109
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00030612945556641
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' and u1.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00026297569274902
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE
                    ear.bean_module = 'Users'
                    AND ear.bean_id = 'b1342189-a913-97e2-c53c-5d53715b46bd'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00083589553833008
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Users::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: -------------------------------------------------------------
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: --------------------- CHECK FACTOR AUtH ---------------------
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: -------------------------------------------------------------
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: User needs factor auth, request is not Logout
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: User does`nt need factor auth
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Current user is: Reception
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Current user is: Reception
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] setting cookie ck_login_id_20 to b1342189-a913-97e2-c53c-5d53715b46bd
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] current_language is: en_us
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Found language file: en_us.lang.php
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][WARN] Saving error level. Try to remove the error_reporting() function from your code.
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Invoices::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve AOS_Invoices : SELECT aos_invoices.* FROM aos_invoices  WHERE aos_invoices.id = '140b02eb-ef70-7f3b-40ad-5d5372eaf4a9' AND aos_invoices.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT aos_invoices.* FROM aos_invoices  WHERE aos_invoices.id = '140b02eb-ef70-7f3b-40ad-5d5372eaf4a9' AND aos_invoices.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT aos_invoices.* FROM aos_invoices  WHERE aos_invoices.id = '140b02eb-ef70-7f3b-40ad-5d5372eaf4a9' AND aos_invoices.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00052499771118164
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[AOS_Invoices].load_relationships, Loading relationship (billing_account_id).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean.load_relationships, failed Loading relationship (billing_account_id)
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Contacts::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Including module specific hook file for custom/modules/Contacts
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve Contact : SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.0003969669342041
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT acc.id, acc.name, con_reports_to.first_name, con_reports_to.last_name
                from contacts
                left join accounts_contacts a_c on a_c.contact_id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' and a_c.deleted=0
                left join accounts acc on a_c.account_id = acc.id and acc.deleted=0
                left join contacts con_reports_to on con_reports_to.id = contacts.reports_to_id
                where contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' ORDER BY a_c.date_modified DESC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00049805641174316
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (user_sync).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT user_id id  FROM contacts_users  WHERE contacts_users.contact_id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts_users.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.0003199577331543
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (account_id).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean.load_relationships, failed Loading relationship (account_id)
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (account_id).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean.load_relationships, failed Loading relationship (account_id)
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (reports_to_link).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (campaign_contacts).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE
                    ear.bean_module = 'Contacts'
                    AND ear.bean_id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00032496452331543
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Contacts::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id ,LTRIM(RTRIM(CONCAT(IFNULL(contacts.first_name,''),' ',IFNULL(contacts.last_name,'')))) as billing_contact , contacts.assigned_user_id owner FROM contacts WHERE deleted=0 AND id='35733e8a-a9c2-8b13-cc93-5d5372c9f3aa'
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00021910667419434
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Invoices::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT pg.id, pg.product_id, pg.group_id FROM aos_products_quotes pg LEFT JOIN aos_line_item_groups lig ON pg.group_id = lig.id WHERE pg.parent_type = 'AOS_Invoices' AND pg.parent_id = '140b02eb-ef70-7f3b-40ad-5d5372eaf4a9' AND pg.deleted = 0 ORDER BY lig.number ASC, pg.number ASC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00046205520629883
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_PDF_Templates::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve AOS_PDF_Templates : SELECT aos_pdf_templates.* FROM aos_pdf_templates  WHERE aos_pdf_templates.id = '3abd77ce-51d9-b3e4-9725-5d53728d8523' AND aos_pdf_templates.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT aos_pdf_templates.* FROM aos_pdf_templates  WHERE aos_pdf_templates.id = '3abd77ce-51d9-b3e4-9725-5d53728d8523' AND aos_pdf_templates.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT aos_pdf_templates.* FROM aos_pdf_templates  WHERE aos_pdf_templates.id = '3abd77ce-51d9-b3e4-9725-5d53728d8523' AND aos_pdf_templates.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00029301643371582
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_PDF_Templates::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Products_Quotes::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve AOS_Products_Quotes : SELECT aos_products_quotes.* FROM aos_products_quotes  WHERE aos_products_quotes.id = '8e4a03bd-09c5-b4cc-9205-5d5372b460cc' AND aos_products_quotes.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT aos_products_quotes.* FROM aos_products_quotes  WHERE aos_products_quotes.id = '8e4a03bd-09c5-b4cc-9205-5d5372b460cc' AND aos_products_quotes.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT aos_products_quotes.* FROM aos_products_quotes  WHERE aos_products_quotes.id = '8e4a03bd-09c5-b4cc-9205-5d5372b460cc' AND aos_products_quotes.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00032305717468262
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id ,aos_invoices.name as parent_name , aos_invoices.assigned_user_id owner FROM aos_invoices WHERE deleted=0 AND id='140b02eb-ef70-7f3b-40ad-5d5372eaf4a9'
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00026202201843262
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Line_Item_Groups::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve AOS_Line_Item_Groups : SELECT aos_line_item_groups.* FROM aos_line_item_groups  WHERE aos_line_item_groups.id = '5bd90983-d914-f77a-4578-5d5372c06f35' AND aos_line_item_groups.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT aos_line_item_groups.* FROM aos_line_item_groups  WHERE aos_line_item_groups.id = '5bd90983-d914-f77a-4578-5d5372c06f35' AND aos_line_item_groups.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT aos_line_item_groups.* FROM aos_line_item_groups  WHERE aos_line_item_groups.id = '5bd90983-d914-f77a-4578-5d5372c06f35' AND aos_line_item_groups.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00028896331787109
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id ,aos_invoices.name as parent_name , aos_invoices.assigned_user_id owner FROM aos_invoices WHERE deleted=0 AND id='140b02eb-ef70-7f3b-40ad-5d5372eaf4a9'
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00022983551025391
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Line_Item_Groups::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id ,aos_line_item_groups.name as group_name , aos_line_item_groups.assigned_user_id owner FROM aos_line_item_groups WHERE deleted=0 AND id='5bd90983-d914-f77a-4578-5d5372c06f35'
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00023794174194336
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Products_Quotes::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Users::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00030088424682617
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' and u1.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00024819374084473
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE
                    ear.bean_module = 'Users'
                    AND ear.bean_id = 'b1342189-a913-97e2-c53c-5d53715b46bd'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00038599967956543
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Users::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Line_Item_Groups::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve AOS_Line_Item_Groups : SELECT aos_line_item_groups.* FROM aos_line_item_groups  WHERE aos_line_item_groups.id = '5bd90983-d914-f77a-4578-5d5372c06f35' AND aos_line_item_groups.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT aos_line_item_groups.* FROM aos_line_item_groups  WHERE aos_line_item_groups.id = '5bd90983-d914-f77a-4578-5d5372c06f35' AND aos_line_item_groups.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT aos_line_item_groups.* FROM aos_line_item_groups  WHERE aos_line_item_groups.id = '5bd90983-d914-f77a-4578-5d5372c06f35' AND aos_line_item_groups.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00031113624572754
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id ,aos_invoices.name as parent_name , aos_invoices.assigned_user_id owner FROM aos_invoices WHERE deleted=0 AND id='140b02eb-ef70-7f3b-40ad-5d5372eaf4a9'
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00022101402282715
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: AOS_Line_Item_Groups::after_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Contacts::before_retrieve
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Retrieve Contact : SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Limit Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts.deleted=0 Start: 0 count: 1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT contacts.*,contacts_cstm.* FROM contacts  LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c  WHERE contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts.deleted=0 LIMIT 0,1
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00031518936157227
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT acc.id, acc.name, con_reports_to.first_name, con_reports_to.last_name
                from contacts
                left join accounts_contacts a_c on a_c.contact_id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' and a_c.deleted=0
                left join accounts acc on a_c.account_id = acc.id and acc.deleted=0
                left join contacts con_reports_to on con_reports_to.id = contacts.reports_to_id
                where contacts.id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' ORDER BY a_c.date_modified DESC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00042510032653809
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (user_sync).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT user_id id  FROM contacts_users  WHERE contacts_users.contact_id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa' AND contacts_users.deleted=0
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00025606155395508
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (account_id).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean.load_relationships, failed Loading relationship (account_id)
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (account_id).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean.load_relationships, failed Loading relationship (account_id)
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (reports_to_link).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Contact].load_relationships, Loading relationship (campaign_contacts).
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE
                    ear.bean_module = 'Contacts'
                    AND ear.bean_id = '35733e8a-a9c2-8b13-cc93-5d5372c9f3aa'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00032305717468262
Tue Aug 13 22:50:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Contacts::after_retrieve
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] current_language is: en_us
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Found language file: en_us.lang.php
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query Execution Time:0.00062704086303711
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query Execution Time:0.00049901008605957
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query Execution Time:0.00030899047851562
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '80f05210-7e1a-d541-1bc1-5d5371b09f9b'
Tue Aug 13 22:51:10 2019 [91551][-none-][INFO] Query Execution Time:0.00035500526428223
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Hook called: ::after_entry_point
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Aug 13 22:51:10 2019 [91551][-none-][DEBUG] Including Ext hook file for custom/application
Tue Aug 13 22:52:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: ::server_round_trip
Tue Aug 13 22:52:19 2019 [95723][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Calling MySQLi::disconnect()
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] Hook called: ::after_session_start
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] Unable to find SugarController:: get
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] We have an authenticated user id: b1342189-a913-97e2-c53c-5d53715b46bd
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0
Tue Aug 13 22:52:19 2019 [91551][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 Start: 0 count: 1
Tue Aug 13 22:52:19 2019 [91551][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 LIMIT 0,1
Tue Aug 13 22:52:19 2019 [91551][-none-][INFO] Query Execution Time:0.00080585479736328
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00054693222045898
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' and u1.deleted=0
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00045680999755859
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE
                    ear.bean_module = 'Users'
                    AND ear.bean_id = 'b1342189-a913-97e2-c53c-5d53715b46bd'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00080204010009766
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Users::after_retrieve
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: -------------------------------------------------------------
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: --------------------- CHECK FACTOR AUtH ---------------------
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: -------------------------------------------------------------
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: User needs factor auth, request is not Logout
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: User does`nt need factor auth
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Current user is: Reception
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Current user is: Reception
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] setting cookie ck_login_id_20 to b1342189-a913-97e2-c53c-5d53715b46bd
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] current_language is: en_us
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Found language file: en_us.lang.php
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Performing action: action_get MODULE: Alerts
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] get_full_list:  order_by = 'alerts.date_entered' and where = 'alerts.assigned_user_id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND is_read != '1''
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Alert].load_relationships, Loading relationship (modified_user_link).
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Alert].load_relationships, Loading relationship (created_by_link).
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Alert].load_relationships, Loading relationship (assigned_user_link).
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] process_order_by: (alerts.date_entered) does not have a vardef entry.
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] process_full_list_query: query is  SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND is_read != '1') AND alerts.deleted=0
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query: SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND is_read != '1') AND alerts.deleted=0
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00071287155151367
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] process_full_list_query: result is mysqli_result Object
(
    [current_field] => 0
    [field_count] => 23
    [lengths] =>
    [num_rows] => 0
    [type] => 0
)

Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEPRECATED] Array
(
)

Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: ::server_round_trip
Tue Aug 13 22:52:19 2019 [91551][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Calling MySQLi::disconnect()
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] current_language is: en_us
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Found language file: en_us.lang.php
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query Execution Time:0.00061297416687012
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query Execution Time:0.00053787231445312
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query Execution Time:0.00040912628173828
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '80f05210-7e1a-d541-1bc1-5d5371b09f9b'
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query Execution Time:0.00046110153198242
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Hook called: ::after_entry_point
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Including Ext hook file for custom/application
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Hook called: ::after_session_start
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Unable to find SugarController:: get
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] We have an authenticated user id: b1342189-a913-97e2-c53c-5d53715b46bd
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0
Tue Aug 13 22:53:19 2019 [88291][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 Start: 0 count: 1
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND users.deleted=0 LIMIT 0,1
Tue Aug 13 22:53:19 2019 [88291][-none-][INFO] Query Execution Time:0.00055408477783203
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00055503845214844
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = 'b1342189-a913-97e2-c53c-5d53715b46bd' and u1.deleted=0
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00047898292541504
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query:SELECT
                    ea.email_address,
                    ea.email_address_caps,
                    ea.invalid_email,
                    ea.opt_out,
                    ea.confirm_opt_in,
                    ea.date_created,
                    ea.date_modified,
                    ear.id,
                    ear.email_address_id,
                    ear.bean_id,
                    ear.bean_module,
                    ear.primary_address,
                    ear.reply_to_address,
                    ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE
                    ear.bean_module = 'Users'
                    AND ear.bean_id = 'b1342189-a913-97e2-c53c-5d53715b46bd'
                    AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00084710121154785
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: Users::after_retrieve
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: -------------------------------------------------------------
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: --------------------- CHECK FACTOR AUtH ---------------------
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: -------------------------------------------------------------
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: User needs factor auth, request is not Logout
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] FACTOR AUTH: User does`nt need factor auth
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Current user is: Reception
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Current user is: Reception
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] setting cookie ck_login_id_20 to b1342189-a913-97e2-c53c-5d53715b46bd
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] current_language is: en_us
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Found language file: en_us.lang.php
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Performing action: action_get MODULE: Alerts
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] get_full_list:  order_by = 'alerts.date_entered' and where = 'alerts.assigned_user_id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND is_read != '1''
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Alert].load_relationships, Loading relationship (modified_user_link).
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Alert].load_relationships, Loading relationship (created_by_link).
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] SugarBean[Alert].load_relationships, Loading relationship (assigned_user_link).
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] process_order_by: (alerts.date_entered) does not have a vardef entry.
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] process_full_list_query: query is  SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND is_read != '1') AND alerts.deleted=0
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query: SELECT  alerts.*  , jt0.user_name modified_by_name , jt0.created_by modified_by_name_owner  , 'Users' modified_by_name_mod , jt1.user_name created_by_name , jt1.created_by created_by_name_owner  , 'Users' created_by_name_mod , jt2.user_name assigned_user_name , jt2.created_by assigned_user_name_owner  , 'Users' assigned_user_name_mod FROM alerts   LEFT JOIN  users jt0 ON alerts.modified_user_id=jt0.id AND jt0.deleted=0

 AND jt0.deleted=0  LEFT JOIN  users jt1 ON alerts.created_by=jt1.id AND jt1.deleted=0

 AND jt1.deleted=0  LEFT JOIN  users jt2 ON alerts.assigned_user_id=jt2.id AND jt2.deleted=0

 AND jt2.deleted=0 where (alerts.assigned_user_id = 'b1342189-a913-97e2-c53c-5d53715b46bd' AND is_read != '1') AND alerts.deleted=0
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][INFO] Query Execution Time:0.00068807601928711
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] process_full_list_query: result is mysqli_result Object
(
    [current_field] => 0
    [field_count] => 23
    [lengths] =>
    [num_rows] => 0
    [type] => 0
)

Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEPRECATED] Array
(
)

Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Hook called: ::server_round_trip
Tue Aug 13 22:53:19 2019 [88291][b1342189-a913-97e2-c53c-5d53715b46bd][DEBUG] Calling MySQLi::disconnect()
###############################
SQL Log:
##############################
root@NRITSINTEL:/var/www/html/tbp/TBPTATT00/Suite# tail -f /var/log/mysql/error.log
No Entries
#############################
SYSLOG
#############################
No Entries
#############################
Dmesg
############################
No revelant Entries
############################
PHP ERROR Log
############################

root@NRITSINTEL:/var/log/apache2# tail -f error.log
[Tue Aug 13 23:16:39.986167 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986178 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986192 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37085, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986234 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986243 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986282 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986290 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986357 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986367 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:16:39.986435 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131384 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131482 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131662 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131697 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131716 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131733 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.131880 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.132983 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133098 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133232 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133265 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133283 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133298 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133410 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133680 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133716 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133832 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133864 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133910 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.133927 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.134038 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.134168 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.135959 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.136773 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.137622 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.138127 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.138652 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139374 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: P in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139413 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: P>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139450 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: P in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139467 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: P>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139623 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139771 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139819 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.139906 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  A non-numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37153, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.140339 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.140837 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.140877 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.140895 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.140922 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141133 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141207 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141233 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141256 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141301 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141313 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141328 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37085, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141366 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141378 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141384 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141400 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141440 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141452 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141458 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141470 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141522 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141535 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141541 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141549 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141647 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141675 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141704 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141728 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141748 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141759 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141770 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141779 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141789 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141805 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141914 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141928 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.141991 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142022 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142045 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142066 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142086 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142097 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142108 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142118 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142128 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142143 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142242 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142256 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142317 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142330 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142337 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142347 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142406 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142428 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142450 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142471 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142493 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142504 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142513 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142532 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142543 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142557 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142732 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142746 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142799 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142820 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142834 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142850 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142863 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142870 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142886 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142894 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142900 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.142911 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143020 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143034 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143086 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143097 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143104 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143109 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143162 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143189 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143206 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143220 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143233 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143240 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143247 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143253 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143260 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143270 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143364 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143383 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143443 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143464 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143481 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143495 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143510 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143518 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143525 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143531 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143538 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143548 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143647 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143661 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143707 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143719 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143725 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143731 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143781 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143802 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143818 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143835 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143848 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143864 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143871 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143878 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143884 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.143895 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144011 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144024 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144085 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144105 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144121 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144135 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144156 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144165 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144171 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144177 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144184 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144194 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144303 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144317 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144362 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144373 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144380 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144391 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144450 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144470 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144485 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144501 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144513 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144521 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144527 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144534 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144540 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144556 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144651 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144664 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144725 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144750 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144766 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144780 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144792 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144800 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144807 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144813 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144829 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144846 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144937 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.144951 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145013 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145030 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145038 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145046 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145108 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145130 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145154 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145182 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145202 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145216 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145223 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145235 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145245 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145260 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145377 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145391 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145448 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145473 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145496 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145515 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145527 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145535 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145542 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145548 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145555 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 21190, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.145565 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.146431 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.146557 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.146694 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 1 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.146815 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.147053 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.147204 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.147359 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.147486 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.147693 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.147911 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.148119 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.148346 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.148551 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.148773 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.148972 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149184 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149399 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149722 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: P in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149737 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: P>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149779 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149818 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149835 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149859 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  A non-numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37153, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.149979 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150146 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150167 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150174 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150184 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150232 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150257 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150280 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150301 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150337 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150349 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150360 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37085, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150387 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150405 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150411 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150417 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150446 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150458 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150464 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150473 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150514 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150526 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150532 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150539 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150608 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150633 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150655 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150676 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150693 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150703 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150715 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150725 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150741 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150845 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150859 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150928 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150952 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150974 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.150995 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151012 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151024 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151035 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151044 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151060 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151162 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151183 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151243 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151266 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151287 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151309 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151326 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151337 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151348 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151358 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151373 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151474 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151494 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151551 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151575 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151596 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151617 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151637 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151649 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151658 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151668 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151683 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151784 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151803 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151860 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151883 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151906 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151928 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151947 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151958 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151965 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151973 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.151989 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152088 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152108 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152164 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152189 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152210 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152231 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152251 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152261 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152272 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152283 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152300 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152401 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152421 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152477 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152501 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152523 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152544 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152563 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152573 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152579 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152586 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152596 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152695 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152708 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152758 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152779 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152795 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152813 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152826 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152834 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152840 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152847 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152857 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152948 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.152961 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153011 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153028 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153036 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153042 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153088 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153109 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153125 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153139 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153151 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153165 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153172 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153178 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153189 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153278 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153291 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153337 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153358 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153375 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153389 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153403 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153420 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153427 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153434 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153445 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153528 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153541 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153587 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153607 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153623 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153640 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153653 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153669 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153676 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153683 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153693 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153775 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153788 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153834 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153853 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153869 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153883 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153904 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153912 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153919 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153925 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.153936 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154017 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154030 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154084 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154107 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154129 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154150 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154174 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154188 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154198 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154208 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154223 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154314 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154327 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154380 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154404 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154426 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154448 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154486 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154502 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154511 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154521 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154535 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154617 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154630 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154667 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154679 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154685 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154691 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154728 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154740 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154748 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154758 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154775 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154870 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154883 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154939 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154966 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.154987 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155009 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155039 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155051 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155061 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155071 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155086 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155181 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155195 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155247 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155270 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155293 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155320 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155339 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155351 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155361 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155371 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155385 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155470 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155484 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155526 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155539 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155546 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155567 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155601 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155614 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155622 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155629 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155644 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155737 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155751 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155814 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155838 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155860 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155887 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155906 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155917 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155928 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155938 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.155954 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156051 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156065 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156121 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156144 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156166 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156194 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156214 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156224 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156236 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156246 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156260 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156340 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156354 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156396 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156408 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156415 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156433 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156466 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156479 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156486 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156495 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156511 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156602 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156616 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156679 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156703 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156724 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156752 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156771 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156781 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156792 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156799 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156810 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156899 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156912 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156964 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.156987 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157032 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157056 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157075 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157086 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157092 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157099 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157114 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157197 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157211 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157253 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157266 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157284 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157295 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157326 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157339 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157346 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157358 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157376 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157473 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157487 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157546 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157569 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157598 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157621 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157642 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157652 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157663 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157674 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157685 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157777 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157791 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157842 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157862 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157885 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157904 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157916 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157924 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157930 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157937 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.157948 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158021 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158034 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158069 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158081 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158100 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158106 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158131 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158143 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158150 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158157 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158168 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158253 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158266 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158321 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158341 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158364 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158381 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158394 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158401 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158408 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158414 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158425 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158513 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158526 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158575 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158601 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158618 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158636 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158649 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158656 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158663 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158669 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158680 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158752 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158765 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158801 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158818 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158825 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158831 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158855 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158868 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158876 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158883 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158893 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158977 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.158991 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159044 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159071 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159089 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159103 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159118 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159127 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159133 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159140 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159150 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159240 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159253 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159305 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159335 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159357 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159378 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159395 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159406 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159416 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159424 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37063, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.159434 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.160879 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.160995 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161136 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 1 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161252 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161380 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 2 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161492 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161613 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 3 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161709 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161832 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 4 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.161935 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162053 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 5 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162161 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162279 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 6 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162371 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162499 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 7 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162596 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162803 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.162990 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.163170 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.163358 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.163537 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.163732 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.163894 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.164099 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.164316 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.164515 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.164726 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.164914 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.165091 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.165299 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.165485 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.165645 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.165866 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.166054 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.166203 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.166404 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.166592 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.166753 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.166953 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167142 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167419 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 1896, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167678 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1248, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167694 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Cannot assign an empty string to a string offset in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1248, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167715 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1322, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167721 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1322, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167726 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: BODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167732 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: BODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167746 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: -1 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1326, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167756 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1326, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167767 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1326, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167818 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1610, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167832 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1610, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167840 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1614, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167845 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1614, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167865 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167914 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1248, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167925 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Cannot assign an empty string to a string offset in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1248, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167934 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1322, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167952 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1322, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167961 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: BODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167971 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: BODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167980 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1326, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.167987 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1326, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168024 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1610, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168034 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1610, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168040 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  Illegal string offset 'ID' in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1614, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168046 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Uninitialized string offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1614, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168060 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168434 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168455 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168462 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168472 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TABLE>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168518 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168543 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168565 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168587 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168621 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168633 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37072, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168644 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37085, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168670 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168687 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168694 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168700 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TBODY>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168725 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168736 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168743 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168750 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TR>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168781 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168792 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168798 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168804 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168835 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168847 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168855 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168861 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168872 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168964 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1111, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.168977 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: TD>>ID>> in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/classes/cssmgr.php on line 1166, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169025 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169040 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169047 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169054 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37078, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169082 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  A non well formed numeric value encountered in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 37069, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169309 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 0 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169419 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169513 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined offset: 1 in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 30930, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.169626 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined index: outline-s in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 4454, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.170565 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined property: mPDF::$hasOC in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 31965, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.201409 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined property: mPDF::$hasOC in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 32082, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.201473 2019] [php7:notice] [pid 140809] [client 192.168.0.92:50823] PHP Notice:  Undefined property: mPDF::$hasOC in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 10391, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
[Tue Aug 13 23:18:40.201640 2019] [php7:warn] [pid 140809] [client 192.168.0.92:50823] PHP Warning:  opendir(/var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/tmp): failed to open dir: No such file or directory in /var/www/html/tbp/TBPTATT00/Suite/modules/AOS_PDF_Templates/PDF_Lib/mpdf.php on line 8516, referer: http://192.168.0.91/tbp/TBPTATT00/Suite/index.php?module=AOS_Invoices&action=DetailView&record=140b02eb-ef70-7f3b-40ad-5d5372eaf4a9
##########################################
Recreate the PDF Template for Invoices, and retry.
#########################################
No Change.