]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 25 Sep 2022 07:46:37 +0000 (09:46 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 25 Sep 2022 07:46:37 +0000 (09:46 +0200)
- fixed target id of global search

web/admin/financial/receipt_item/admin_receipt_item_list.xhtml

index c44e58d0d1cf6e203a772866331355466234cb58..ecab870fd736482efbd021759e60bed5762e196f 100644 (file)
@@ -61,7 +61,7 @@
 
                                                        <p:inputText
                                                                id="globalFilter"
-                                                               onkeyup="PF('departmentList').filter()"
+                                                               onkeyup="PF('receiptItemList').filter()"
                                                                placeholder="#{msg.ENTER_KEYWORD}"
                                                                />
                                                </p:panelGrid>