Results 1 to 5 of 5

Thread: Bug in Create Account?

  1. #1
    thimk is offline Member
    Join Date
    Dec 2007
    Posts
    9

    Default Bug in Create Account?

    When I go to into Select Account from either Add Contact or Add Opportunity I get the popup wiindow with Search boxes. At the bottom of the window is Create Account, when clicked the only thing that happens is it changes to Save and Cancel buttons. If I add Name and City fields and hit Save nothing is Saved.
    Is this a bug or am I doing something wrong?

    Sugar 5.0 GA
    Here is a screencap
    Last edited by thimk; 2008-01-08 at 11:27 PM.

  2. #2
    thimk is offline Member
    Join Date
    Dec 2007
    Posts
    9

    Default Re: Bug in Create Account?

    Perhaps I am just doing the wrong workflow here. Is there a place to show me how to do the proper Sugar workflow.

  3. #3
    HolmesA's Avatar
    HolmesA is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    109

    Default Re: Bug in Create Account?

    It's really look like a Sugar 5.0 bug. I have encountered the same issue.

  4. #4
    johnsbrn is offline Junior Member
    Join Date
    Nov 2007
    Posts
    4

    Default Re: Bug in Create Account?

    add the following lines to AccountFormBase.php

    $lbl_account_name&nbsp;<span class="required">$lbl_required_symbol</span><br>
    <input name="${prefix}name" type="text" value=""><br>
    $lbl_phone<br>
    <input name="${prefix}phone_office" type="text" value=""><br>
    $lbl_website<br>
    <input name="${prefix}website" type="text" value=""><br>

    in getBodyForm right after <input type="hidden" name="action" value="Save"> and before EOQ;

  5. #5
    Robsteranium is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    17

    Thumbs up Re: Bug in Create Account?

    I can confirm that this problem was introduced with the v5 upgrade and that Johnsbrn's solution works!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Create new Account with new Contact?
    By GameboyRMH in forum Help
    Replies: 0
    Last Post: 2008-01-07, 05:19 PM
  2. Associating Bug Contact with Account
    By Softwise in forum Help
    Replies: 3
    Last Post: 2007-10-15, 03:41 PM
  3. Quick Create Bug
    By enrikm in forum Help
    Replies: 0
    Last Post: 2007-09-23, 01:22 AM
  4. Replies: 2
    Last Post: 2007-04-09, 07:11 PM
  5. Replies: 1
    Last Post: 2006-12-04, 01:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •