projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6100a63
)
wrong command symbol in ui_list.inc by @notrinos.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 14 Jan 2019 16:29:25 +0000
(17:29 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 14 Jan 2019 16:29:25 +0000
(17:29 +0100)
includes/ui/ui_lists.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_lists.inc
b/includes/ui/ui_lists.inc
index 5b6387f644dc4fe37eabdf5f10903ee99f1ed90e..c7c5a4061bb80b2449fa96886a35a1c7faf27402 100644
(file)
--- 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");