fix profile copy
This commit is contained in:
@@ -1127,7 +1127,7 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
If result = MsgBoxResult.Yes Then
|
If result = MsgBoxResult.Yes Then
|
||||||
Try
|
Try
|
||||||
Dim copy = "exec PRDD_COPY_DOKPROFILE " & DOKART_GUIDTextBox.Text & ", 1"
|
Dim copy = "exec PRDD_COPY_DOKPROFILE " & DOKART_GUIDTextBox.Text & ", (select GUID from TBDD_MODULES where UPPER(SHORT_NAME) = 'GLOBIX')"
|
||||||
If ClassDatabase.Execute_non_Query(copy, True) Then
|
If ClassDatabase.Execute_non_Query(copy, True) Then
|
||||||
|
|
||||||
If USER_LANGUAGE = "de-DE" Then
|
If USER_LANGUAGE = "de-DE" Then
|
||||||
|
|||||||
Reference in New Issue
Block a user