Added more values to company edit and add

This commit is contained in:
johnny@pittpc.com
2019-09-14 23:34:11 -04:00
parent 11f1ca70ee
commit 3439058053
6 changed files with 155 additions and 4 deletions

View File

@@ -63,7 +63,6 @@ if(isset($_GET['quote_id'], $_GET['url_key'])){
$browser = get_web_browser();
$device = get_device();
//Mark viewed in history
//Mark viewed in history
mysqli_query($mysqli,"INSERT INTO history SET history_date = CURDATE(), history_status = '$quote_status', history_description = 'Quote viewed - $ip - $os - $browser - $device', history_created_at = NOW(), quote_id = $quote_id, company_id = $company_id");