From db103dd1d931a0c49fada9e5e8076b9a1add1db8 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 14 Jan 2019 17:29:25 +0100 Subject: [PATCH] wrong command symbol in ui_list.inc by @notrinos. --- includes/ui/ui_lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 5b6387f6..c7c5a406 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -345,7 +345,7 @@ $opts = array( // default options $img_title = _("Search suppliers"); break; case "account": - case "account2"; + case "account2": $skip = strtolower($type) == "account" ? false : true; $link = $path_to_root . "/gl/inquiry/accounts_list.php?popup=1&skip=".$skip."&client_id=" . $id; $img_title = _("Search GL accounts"); -- 2.30.2