BUG 8040 se soluciono problema de label en tas title
This commit is contained in:
@@ -435,6 +435,12 @@ public function kgetassigType($pro_uid, $tas){
|
||||
$rs->next();
|
||||
$row = $rs->getRow();
|
||||
|
||||
|
||||
if (!$row){
|
||||
$row['CON_VALUE'] = $this->getTasTitle();
|
||||
$row['CON_CATEGORY'] = 'TAS_TITLE';
|
||||
}
|
||||
|
||||
while (is_array($row)) {
|
||||
switch ( $row['CON_CATEGORY'] ) {
|
||||
case 'TAS_TITLE' :
|
||||
|
||||
Reference in New Issue
Block a user