This looks like a bug in Sugar 5.0 in the modules/Accounts/AccountFormBase.php file. The lines below need to be inserted in the function getFormBody at/around line 248 immediately after this line:
PHP Code:
<input type="hidden" name="action" value="Save">
PHP Code:
$lbl_account_name <span class="required">$lbl_required_symbol</span><br>
<input name='name' type="text" value=""><br>
$lbl_phone<br>
<input name='phone_office' type="text" value=""><br>
$lbl_website<br>
<input name='website' type="text" value="http://"></p>
This worked in Sugar 4.5.1g and that is how it was done there - just looks like these lines were lost in the 4.5.x to 5.0 mix.
Submitted as bug 19891:
http://www.sugarcrm.com/forums/showthread.php?t=30489
Bookmarks