mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix Exports while in Client Overview some were failing due to missing client_id var and some were not logging the client_id if in the client section
This commit is contained in:
@@ -975,6 +975,7 @@ if (isset($_POST['export_assets_csv'])) {
|
||||
$client_name = $client_row['client_name'];
|
||||
} else {
|
||||
$client_query = '';
|
||||
$client_id = 0; // for Logging
|
||||
}
|
||||
|
||||
// Get records from database
|
||||
|
||||
Reference in New Issue
Block a user