Merged in bugfix/MIP-18 (pull request #8273)
MIP-18 PMCORE-3525 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
677e609e4c
@@ -162,7 +162,7 @@ class AppDocument extends BaseAppDocument
|
||||
try {
|
||||
$oAppDocument = new AppDocument();
|
||||
|
||||
if (! isset( $aData['APP_DOC_UID'] )) {
|
||||
if (empty($aData['APP_DOC_UID'])) {
|
||||
$sUID = G::generateUniqueID();
|
||||
$docVersion = 1;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user