danwatford commented on PR #548: URL: https://github.com/apache/ofbiz-framework/pull/548#issuecomment-1271771742
Tested as PASSED. Tested by changing form `GISetupForms.xml#PartyAcctgPreference` and set the disabled attribute on the `errorGlJournalId` field defined on line 376. Changes were observed in the browser at page https://localhost:8443/accounting/control/PartyAcctgPreference Added attribute to field: ``` disabled="${partyAcctgPreference.refundPaymentMethodId == 'ABN_CHECKING'}" ``` Then cycled through the values of Refund Payment Method ID on the form, saving after each change and observing whether the Error GL Journal ID drop down was disabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
