mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-10 07:16:46 +00:00
Fix: Convert CU Ref to upper case.
This commit is contained in:
parent
0d75037078
commit
b598ed8d0c
@ -39,6 +39,7 @@ class GotuObject
|
|||||||
if ($attrs['fv'] == 'AAA000') {
|
if ($attrs['fv'] == 'AAA000') {
|
||||||
$attrs['fv'] = null;
|
$attrs['fv'] = null;
|
||||||
}
|
}
|
||||||
|
$attrs['curef'] = strtoupper($attrs['curef']);
|
||||||
$g->attrs = $attrs;
|
$g->attrs = $attrs;
|
||||||
return $g;
|
return $g;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user