Unable to assign CustomerID after patch 4.0.8

Moderator: crythias

Locked
LucaBicego
Znuny newbie
Posts: 5
Joined: 15 May 2015, 10:31
Znuny Version: 4.0.6
Real Name: Luca Bicego
Company: Marzotto SPA

Unable to assign CustomerID after patch 4.0.8

Post by LucaBicego »

Hi,
after that I've installed OTRS's patch 4.0.8 I'm unable to assign a Customer ID for a new client in the Customer User Managment forms. This field is required so i'm not able to add new clients to my system.
Any idea on how to solve such a problem ?
Thanks.

Luca Bicego
NiCN
Znuny newbie
Posts: 4
Joined: 15 Jun 2015, 14:56
Znuny Version: 4.0.8
Real Name: Nicolas
Company: CNB

Re: Unable to assign CustomerID after patch 4.0.8

Post by NiCN »

Hi,

I've the same problem after i've patched my OTRS.

Here, a capture of the problem :

Image

Any idea to fix this ? Help please :)
Thanks.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Unable to assign CustomerID after patch 4.0.8

Post by crythias »

I'm running 4.0.8 and don't have that problem. This topic is a bit cumbersome to address as stated. Screenshots, processes, steps to replicate, changes you've made, whether you're using customer company support, etc., would be of interest, as well as perhaps any concurrent logs.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
LucaBicego
Znuny newbie
Posts: 5
Joined: 15 May 2015, 10:31
Znuny Version: 4.0.6
Real Name: Luca Bicego
Company: Marzotto SPA

Re: Unable to assign CustomerID after patch 4.0.8

Post by LucaBicego »

Hi,
I was able to solve the problem. To do this i modified the Defaults.pm file in /opt/otrs/kerner/Config , putting a comment in the following option:

# # use customer company support (reference to company, See CustomerCompany settings)
# CustomerCompanySupport => 1,

I notice that every time that i apply a new patch i alway get the same problem. Now I'm able to create a new User Customer assigning the Client Code.

Luca Bicego
NiCN
Znuny newbie
Posts: 4
Joined: 15 Jun 2015, 14:56
Znuny Version: 4.0.8
Real Name: Nicolas
Company: CNB

Re: Unable to assign CustomerID after patch 4.0.8

Post by NiCN »

Thanks LucaBicego !

This has fixed my problem :)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Unable to assign CustomerID after patch 4.0.8

Post by crythias »

LucaBicego wrote:i modified the Defaults.pm file in /opt/otrs/kerner/Config , putting a comment in the following option:
Don't modify Defaults.pm! Whatever changes you need to make, make them in Config.pm.

Code: Select all

$Self->{CustomerUser} = {
        CustomerCompanySupport => 0,
        };
But more to the point, CustomerCompanySupport relies on "Customers" (not Customer Users) existing and therefor being looked up in the SELECT dropdown.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked