Commit 26212096 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue major version

parent 81e50cb0
...@@ -133,7 +133,8 @@ class MasterFileController extends Controller ...@@ -133,7 +133,8 @@ class MasterFileController extends Controller
'POWNER' => $uid, 'POWNER' => $uid,
'PTYPE' => 'UPDATE MASTER', 'PTYPE' => 'UPDATE MASTER',
'PATCHCODE' => iconv("UTF-8", "TIS-620", $patchCode), 'PATCHCODE' => iconv("UTF-8", "TIS-620", $patchCode),
'PAPPROVEDATE' => now() 'PAPPROVEDATE' => now(),
'MAJOR_VERTSION' => 'ALL'
]); ]);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment