Added Quote Scope capabilities

This commit is contained in:
johnny@pittpc.com
2021-01-22 13:55:56 -05:00
parent 413d67e409
commit 2b1baa99c0
6 changed files with 39 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ if(isset($_GET['quote_id'])){
$row = mysqli_fetch_array($sql);
$quote_id = $row['quote_id'];
$quote_number = $row['quote_number'];
$quote_scope = $row['quote_scope'];
$quote_status = $row['quote_status'];
$quote_date = $row['quote_date'];
$quote_amount = $row['quote_amount'];