BUG-14226 The row '' in table Dynaform doesn't exist! SOLVED
- the variable of session no exist. - add variable of session 'CONDITION_DYN_UID' in cases_PrintView.php
This commit is contained in:
@@ -33,6 +33,8 @@ try {
|
|||||||
$currentDynUid = $_SESSION['DYN_UID_PRINT'];
|
$currentDynUid = $_SESSION['DYN_UID_PRINT'];
|
||||||
} elseif (isset( $_SESSION['CURRENT_DYN_UID'] )) {
|
} elseif (isset( $_SESSION['CURRENT_DYN_UID'] )) {
|
||||||
$currentDynUid = $_SESSION['CURRENT_DYN_UID'];
|
$currentDynUid = $_SESSION['CURRENT_DYN_UID'];
|
||||||
|
} elseif (isset( $_SESSION['CONDITION_DYN_UID'] )) {
|
||||||
|
$currentDynUid = $_SESSION['CONDITION_DYN_UID'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$oDynaform = new Dynaform();
|
$oDynaform = new Dynaform();
|
||||||
|
|||||||
Reference in New Issue
Block a user