BUG 7159 Issues with KT
Since output documents internally are being saved based on and ID it is neccessary to sned also the title genrated to save it in an external DMS (KT)
This commit is contained in:
@@ -521,7 +521,7 @@
|
|||||||
$documentData = new uploadDocumentData (
|
$documentData = new uploadDocumentData (
|
||||||
$_SESSION['APPLICATION'],
|
$_SESSION['APPLICATION'],
|
||||||
$_SESSION['USER_LOGGED'],
|
$_SESSION['USER_LOGGED'],
|
||||||
$pathOutput . $sFilenameOriginal . '.pdf',
|
$pathOutput . $sFilename . '.pdf',
|
||||||
$sFilenameOriginal. '.pdf',
|
$sFilenameOriginal. '.pdf',
|
||||||
$sDocUID,
|
$sDocUID,
|
||||||
$oAppDocument->getDocVersion()
|
$oAppDocument->getDocVersion()
|
||||||
@@ -542,7 +542,7 @@
|
|||||||
$documentData = new uploadDocumentData (
|
$documentData = new uploadDocumentData (
|
||||||
$_SESSION['APPLICATION'],
|
$_SESSION['APPLICATION'],
|
||||||
$_SESSION['USER_LOGGED'],
|
$_SESSION['USER_LOGGED'],
|
||||||
$pathOutput . $sFilenameOriginal . '.doc',
|
$pathOutput . $sFilename . '.doc',
|
||||||
$sFilenameOriginal. '.doc',
|
$sFilenameOriginal. '.doc',
|
||||||
$sDocUID,
|
$sDocUID,
|
||||||
$oAppDocument->getDocVersion()
|
$oAppDocument->getDocVersion()
|
||||||
@@ -560,7 +560,7 @@
|
|||||||
$documentData = new uploadDocumentData (
|
$documentData = new uploadDocumentData (
|
||||||
$_SESSION['APPLICATION'],
|
$_SESSION['APPLICATION'],
|
||||||
$_SESSION['USER_LOGGED'],
|
$_SESSION['USER_LOGGED'],
|
||||||
$pathOutput . $sFilenameOriginal . '.pdf',
|
$pathOutput . $sFilename . '.pdf',
|
||||||
$sFilenameOriginal. '.pdf',
|
$sFilenameOriginal. '.pdf',
|
||||||
$sDocUID,
|
$sDocUID,
|
||||||
$oAppDocument->getDocVersion()
|
$oAppDocument->getDocVersion()
|
||||||
@@ -578,7 +578,7 @@
|
|||||||
$documentData = new uploadDocumentData (
|
$documentData = new uploadDocumentData (
|
||||||
$_SESSION['APPLICATION'],
|
$_SESSION['APPLICATION'],
|
||||||
$_SESSION['USER_LOGGED'],
|
$_SESSION['USER_LOGGED'],
|
||||||
$pathOutput . $sFilenameOriginal . '.doc',
|
$pathOutput . $sFilename . '.doc',
|
||||||
$sFilenameOriginal. '.doc',
|
$sFilenameOriginal. '.doc',
|
||||||
$sDocUID,
|
$sDocUID,
|
||||||
$oAppDocument->getDocVersion()
|
$oAppDocument->getDocVersion()
|
||||||
|
|||||||
Reference in New Issue
Block a user