Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does not show a list of organization names when creating a quick contact in mail
#3
(08-14-2020, 10:19 PM)joebordes Wrote: this was hard to find. I think I got it. update your code when you can and let me know

thanks for informing

I have updated the latest revision but the issue is still not fixed. This problem can be related to the following code in the file Accounts.php, You can check here.

public function getvtlib_open_popup_window_function($fieldname, $basemodule) {

if ($basemodule=='Issuecards') {
return 'set_return_shipbilladdress';
} elseif ($fieldname=='account_id' && ($basemodule=='Accounts' || $basemodule=='Quotes' || $basemodule=='Invoice' || $basemodule=='SalesOrder')) {
return 'set_return_account_details';
} elseif ($basemodule=='Contacts' && $fieldname=='account_id') {

return 'open_contact_account_details';
} else {
return 'vtlib_open_popup_window';
}
}

PS: Now, an organization name cannot be selected in the contact module and error in the contact section of organization module as attached picture
   
Reply


Messages In This Thread
RE: Does not show a list of organization names when creating a quick contact in mail - phongkni - 08-15-2020, 01:58 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)