(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