diff --git a/client_assets.php b/client_assets.php index 9029e776..795cbdd6 100644 --- a/client_assets.php +++ b/client_assets.php @@ -208,6 +208,10 @@ if (mysqli_num_rows($os_sql) > 0) { Assign Contact
+ + Transfer to Client + + Assign Location @@ -579,9 +583,6 @@ if (mysqli_num_rows($os_sql) > 0) { Delete - - Transfer - Archive @@ -597,11 +598,8 @@ if (mysqli_num_rows($os_sql) > 0) { @@ -611,6 +609,7 @@ if (mysqli_num_rows($os_sql) > 0) { + @@ -622,11 +621,8 @@ if (mysqli_num_rows($os_sql) > 0) { diff --git a/client_contacts.php b/client_contacts.php index d110d6b3..8cd0f36b 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -33,7 +33,7 @@ if (isset($_GET['location']) & !empty($_GET['location'])) { } //Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); +//$url_query_strings_sort = http_build_query($get_copy); $sql = mysqli_query($mysqli, "SELECT SQL_CALC_FOUND_ROWS contacts.*, locations.*, users.*, GROUP_CONCAT(tags.tag_name) FROM contacts LEFT JOIN locations ON location_id = contact_location_id diff --git a/clients.php b/clients.php index 92e33f52..a1da892f 100644 --- a/clients.php +++ b/clients.php @@ -54,9 +54,6 @@ if (isset($_GET['referral']) & !empty($_GET['referral'])) { $referral_filter = ''; } -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, " diff --git a/expenses.php b/expenses.php index dffee9da..0c0d8035 100644 --- a/expenses.php +++ b/expenses.php @@ -39,9 +39,6 @@ if (isset($_GET['category']) & !empty($_GET['category'])) { $category_filter = ''; } -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM expenses diff --git a/includes/filter_header.php b/includes/filter_header.php index f8be8453..077fa95d 100644 --- a/includes/filter_header.php +++ b/includes/filter_header.php @@ -12,6 +12,8 @@ $get_copy = $_GET; // create a copy of the $_GET array //unset($get_copy['page']); unset($get_copy['sort']); unset($get_copy['order']); +//Rebuild URL +$url_query_strings_sort = http_build_query($get_copy); // Paging if (isset($_GET['page'])) { diff --git a/modals/client_asset_bulk_transfer_client_modal.php b/modals/client_asset_bulk_transfer_client_modal.php new file mode 100644 index 00000000..c469d395 --- /dev/null +++ b/modals/client_asset_bulk_transfer_client_modal.php @@ -0,0 +1,48 @@ +