Time : 16:41:29
SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
Raw SQL : INSERT INTO quotation_item ( item_no, model_no, product_name, description, photo, UOM, quantity, unit_price, subtotal, quo_id) VALUES ( :item_no, :model_no, :product_name, :description, :photo, :UOM, :quantity, :unit_price, :subtotal, :quo_id);

Time : 15:38:17
SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
Raw SQL : INSERT INTO quotation(reference_no,b_name,b_city,b_postcode,b_state,b_country,b_contact_no,b_contact_person,currency,remark,buyer_id,attention_to_id,company_id,user_id)VALUES(:reference_no,:b_name,:b_city,:b_postcode,:b_state,:b_city,:b_contact_no,:b_contact_person,:currency,:remark,:buyer_id,:attention_to,:company_id,:user_id);
