

===============================================================================
User: 18  |  Time: 19:09:44  |  URL: /customers/apple_clinic/TicketingAjax/submit_maintenance_type

Array
(
    [0] => 23000
    [1] => 1062
    [2] => Duplicate entry 'apple watch battery' for key 'Mintenance type name already exists.'
)

INSERT INTO `tbl_maintenance_type`(`maintenance_type_name`) VALUES (?)                                          
Array
(
    [0] => apple watch battery
)


===============================================================================
User: 18  |  Time: 19:10:48  |  URL: /customers/apple_clinic/InventoryAjax/submitBrand

Array
(
    [0] => 23000
    [1] => 1062
    [2] => Duplicate entry 'Apple watch se' for key 'brand_name'
)

INSERT INTO tbl_brand_products                                      (brand_name,order_nb)                                      VALUES                                     (?,?)                                          
Array
(
    [0] => Apple watch se
    [1] => 
)
