Combined client_quotes.php and quotes.php into one file quotes.php checks if get client_id var is set and which chooses to display client top header and client side nav or global nav

This commit is contained in:
johnnyq
2025-02-18 17:04:49 -05:00
parent f6e33d5892
commit 43b50c44b1
9 changed files with 340 additions and 430 deletions

View File

@@ -521,7 +521,7 @@ if (isset($_GET['email_quote'])) {
}
if(isset($_POST['export_client_quotes_csv'])){
if(isset($_POST['export_quotes_csv'])){
enforceUserPermission('module_sales');