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
Unable to assign CustomerID after patch 4.0.8
Moderator: crythias
-
- Znuny newbie
- Posts: 5
- Joined: 15 May 2015, 10:31
- Znuny Version: 4.0.6
- Real Name: Luca Bicego
- Company: Marzotto SPA
-
- 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
Hi,
I've the same problem after i've patched my OTRS.
Here, a capture of the problem :

Any idea to fix this ? Help please
Thanks.
I've the same problem after i've patched my OTRS.
Here, a capture of the problem :

Any idea to fix this ? Help please

Thanks.
-
- 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
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
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
-
- 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
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
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
-
- 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
Thanks LucaBicego !
This has fixed my problem
This has fixed my problem

-
- 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
Don't modify Defaults.pm! Whatever changes you need to make, make them in Config.pm.LucaBicego wrote:i modified the Defaults.pm file in /opt/otrs/kerner/Config , putting a comment in the following option:
Code: Select all
$Self->{CustomerUser} = {
CustomerCompanySupport => 0,
};
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
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