mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added get OS Browser Device and IP functions, added these functions to guest view invoice, also added invoice view alert and other minor fixes
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
<?php
|
||||
if($_GET['status'] == "archived"){
|
||||
$where_clause = "> 0";
|
||||
$where_clause = "IS NOT NULL";
|
||||
}else{
|
||||
$where_clause = "= 0";
|
||||
$where_clause = "IS NULL";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user