mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Got Export to CSV to work in Trips will add some more customizations to it
This commit is contained in:
2
post.php
2
post.php
@@ -3877,7 +3877,7 @@ if(isset($_GET['force_recurring'])){
|
|||||||
|
|
||||||
if(isset($_GET['export_trips_csv'])){
|
if(isset($_GET['export_trips_csv'])){
|
||||||
//get records from database
|
//get records from database
|
||||||
$query = $db->query("SELECT * FROM trips WHERE company_id = $session_company_id ORDER BY trip_date DESC");
|
$query = mysqli_query($mysqli,"SELECT * FROM trips WHERE company_id = $session_company_id ORDER BY trip_date DESC");
|
||||||
|
|
||||||
if($query->num_rows > 0){
|
if($query->num_rows > 0){
|
||||||
$delimiter = ",";
|
$delimiter = ",";
|
||||||
|
|||||||
Reference in New Issue
Block a user