Update Company Contact Infromrtion Fails
---------------------------------------- Key: OFBIZ-4804 URL: https://issues.apache.org/jira/browse/OFBIZ-4804 Project: OFBiz Issue Type: Bug Reporter: Tom Burns -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253541#comment-13253541 ] Tom Burns commented on OFBIZ-4804: ---------------------------------- Updating the Company postal_address in Party Manager fails. To reproduce: In Party Manager lookup Party Id "Company" Click Update in Contact Information > Postal Address Make a change to the address Click Save Note the error message. A postal_address update triggers an accounting SECA that runs: PaymentMethodServices.xml (accounting) updatePaymentMethodAddress services_paymentmethod.xml updateEftAccount PaymentMethodServices.java updateEftAccount The purpose of the SECA is to update the contact_mech_id field in CreditCard or EftAccount entities have the optional billing address information. The updateEftAccount service sets the nameOnAccount field to optional="false". The demo data that set up two EftAccount's for Company did not include nameOnAccount. These are the only ETF's set up in demo data. In the application ETF's are set up in eCommerce which requires "Name On Account" so the problem should not happen with address changes. See eCommerce: Login as DemoCustomer Click "Profile" at the right of the top title bar Click "Create New EFT Account" at the right of the title bar in the Payment Method Information section. Note the first file "Name on Account" is required Note the option to select a billing address. Changing the DemoFinAccountData.xml file to enter the nameOnAccount field for the Company EftAccount's should fix the problem. > Update Company Contact Infromrtion Fails > ---------------------------------------- > > Key: OFBIZ-4804 > URL: https://issues.apache.org/jira/browse/OFBIZ-4804 > Project: OFBiz > Issue Type: Bug > Reporter: Tom Burns > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Burns updated OFBIZ-4804: ----------------------------- Attachment: OFBIZ-4804 DemoFinAcctData.patch > Update Company Contact Infromrtion Fails > ---------------------------------------- > > Key: OFBIZ-4804 > URL: https://issues.apache.org/jira/browse/OFBIZ-4804 > Project: OFBiz > Issue Type: Bug > Reporter: Tom Burns > Attachments: OFBIZ-4804 DemoFinAcctData.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253543#comment-13253543 ] Tom Burns commented on OFBIZ-4804: ---------------------------------- Note this is not a major bug. The issue was accidentally submitted last night before completing the Details. > Update Company Contact Infromrtion Fails > ---------------------------------------- > > Key: OFBIZ-4804 > URL: https://issues.apache.org/jira/browse/OFBIZ-4804 > Project: OFBiz > Issue Type: Bug > Reporter: Tom Burns > Attachments: OFBIZ-4804 DemoFinAcctData.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4804: ----------------------------------- Priority: Minor (was: Major) Minor issue > Update Company Contact Infromrtion Fails > ---------------------------------------- > > Key: OFBIZ-4804 > URL: https://issues.apache.org/jira/browse/OFBIZ-4804 > Project: OFBiz > Issue Type: Bug > Reporter: Tom Burns > Priority: Minor > Attachments: OFBIZ-4804 DemoFinAcctData.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4804: -------------------------------------- Assignee: Jacques Le Roux > Update Company Contact Infromrtion Fails > ---------------------------------------- > > Key: OFBIZ-4804 > URL: https://issues.apache.org/jira/browse/OFBIZ-4804 > Project: OFBiz > Issue Type: Bug > Reporter: Tom Burns > Assignee: Jacques Le Roux > Priority: Minor > Attachments: OFBIZ-4804 DemoFinAcctData.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4804. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04 Release Branch 10.04 Thanks Tom, Your patch is in trunk r1328946 R11.04 r1328947 R10.04 r1328948 > Update Company Contact Infromrtion Fails > ---------------------------------------- > > Key: OFBIZ-4804 > URL: https://issues.apache.org/jira/browse/OFBIZ-4804 > Project: OFBiz > Issue Type: Bug > Reporter: Tom Burns > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4804 DemoFinAcctData.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |