<?php include "../../root.class.php";
$html = new html();
$db = new db_safeguard();
$html->add_styles_page();

//get the current status
$current_status_res = $db->query("pre_inspection","SELECT * FROM pre_inspection WHERE purchase_order = '{$_POST['purchase_order']}'");

