CustomerID in "Add Customer User"

Moderator: crythias

Locked
nicops
Znuny newbie
Posts: 1
Joined: 26 Jun 2015, 15:36
Znuny Version: 4.0.9
Real Name: Nicolas

CustomerID in "Add Customer User"

Post by nicops »

Hi,
I like change the current setting of "CustomerID" in "Add Customer User" from dropbox to blank entry.

Present:
2015-06-26_104128.jpg
Change to:
2015-06-26_110345.jpg
I don't find that option.
Thanks in advance.

Regards,
You do not have the required permissions to view the files attached to this post.
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: CustomerID in "Add Customer User"

Post by wurzel »

Hi,

see https://github.com/OTRS/otrs/blob/master/CHANGES.md
4.0.8 2015-05-12

since then
2015-04-21 Activated customer company support for the default customer user configuration.

You need to disable it. See Defaults.pm for details.

Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerID in "Add Customer User"

Post by crythias »

Try this in Config.pm:

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
Locked