`bills` to `html/ajax_rulesuggest.php`
	`generate_bill_url` to `html/includes/functions.inc.php`
	Link to bills in `html/includes/table/alerts.inc.php`
This commit is contained in:
f0o
2015-05-07 20:41:20 +00:00
parent 48ea557c5a
commit ef74acb6cb
3 changed files with 15 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ if( isset($_GET['term'],$_GET['device_id']) ) {
$chk[] = $tst['TABLE_NAME'].'.';
}
$chk[] = 'macros.';
$chk[] = 'bills.';
}
}
if( sizeof($chk) > 0 ) {