mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Started work on multi-company feature
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
if(!empty($_GET['sb'])){
|
||||
$sb = $_GET['sb'];
|
||||
}else{
|
||||
$sb = "invoice_number";
|
||||
$sb = "invoice_id";
|
||||
}
|
||||
|
||||
if(isset($_GET['o'])){
|
||||
|
||||
Reference in New Issue
Block a user