diff --git a/accounts.php b/accounts.php index 73e411d6..e2fb7a15 100644 --- a/accounts.php +++ b/accounts.php @@ -12,7 +12,7 @@ $url_query_strings_sort = http_build_query($get_copy); $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM accounts - LEFT JOIN account_types ON account_types.account_type_id = accounts.account_type + LEFT JOIN account_types ON account_types.account_type_id = accounts.account_type WHERE (account_name LIKE '%$q%' OR account_type_name LIKE '%$q%') AND account_archived_at IS NULL ORDER BY $sort $order LIMIT $record_from, $record_to" diff --git a/admin_account_types.php b/admin_account_types.php index 88803e01..41e231c0 100644 --- a/admin_account_types.php +++ b/admin_account_types.php @@ -180,4 +180,5 @@ require_once "admin_account_types_add_modal.php"; require_once "footer.php"; -?> \ No newline at end of file +?> + diff --git a/admin_account_types_add_modal.php b/admin_account_types_add_modal.php index 7afd7645..7a6ed71d 100644 --- a/admin_account_types_add_modal.php +++ b/admin_account_types_add_modal.php @@ -16,10 +16,10 @@
| + | + | + + + + + | +
| - | - | - - - - - | -
This is a great starting point for new custom pages.
+ +This is a great starting point for new custom pages.
-