X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=c7c5a4061bb80b2449fa96886a35a1c7faf27402;hb=db103dd1d931a0c49fada9e5e8076b9a1add1db8;hp=5b6387f644dc4fe37eabdf5f10903ee99f1ed90e;hpb=2b573e0be560fd27613c66b07f9a88a5b768ba66;p=fa-stable.git 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");