]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 26 Aug 2017 10:43:20 +0000 (12:43 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 26 Aug 2017 10:43:20 +0000 (12:43 +0200)
- renamed controller

Signed-off-by: Roland Häder <roland@mxchange.org>
web/user/financials/login_financials_add_receipt.xhtml

index 4f751119c3be1210d039b3d0c9ed4db3b8be3341..a7f118fec99fab496a0098fcea3259ba078b1d85 100644 (file)
@@ -29,7 +29,7 @@
                                        <div class="table_right_medium">
                                                <h:selectOneMenu styleClass="select" id="receiptCompany" value="#{financialReceiptController.receiptCompany}" required="true" requiredMessage="#{msg.FIELD_FINANCIAL_RECEIPT_COMPANY_REQUIRED}" converter="BusinessContactConverter">
                                                        <f:selectItem itemValue="" itemLabel="#{msg.NONE_SELECTED}" noSelectionOption="true" />
-                                                       <f:selectItems value="#{businessDataController.allBusinessContacts()}" var="receiptCompany" itemValue="#{receiptCompany}" itemLabel="#{receiptCompany.companyName}" />
+                                                       <f:selectItems value="#{companyDataController.allCompanyBasicData()}" var="receiptCompany" itemValue="#{receiptCompany}" itemLabel="#{receiptCompany.companyName}" />
                                                </h:selectOneMenu>
                                        </div>
                                </h:panelGroup>