Commit 91f11e1b authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue Vaersion to Version

parent 9f2d30e3
......@@ -20,7 +20,7 @@ class PatchIndex extends Component
'PID' => 'PID',
'PATCHNAME' => 'Patch Name',
'PDESC' => 'Description',
'MAJOR_VERSION' => 'Major Vaersion',
'MAJOR_VERSION' => 'Major Version',
'Remark' => 'Remark'
];
......
......@@ -26,7 +26,7 @@ class DeleteMultiPatchList extends Component
'PID' => 'PID',
'PATCHNAME' => 'Patch Name',
'PDESC' => 'Description',
'MAJOR_VERSION' => 'Major Vaersion',
'MAJOR_VERSION' => 'Major Version',
'Remark' => 'Remark'
];
......
......@@ -23,7 +23,7 @@ class SendMultiPatchList extends Component
'PID' => 'PID',
'PATCHNAME' => 'Patch Name',
'PDESC' => 'Description',
'MAJOR_VERSION' => 'Major Vaersion',
'MAJOR_VERSION' => 'Major Version',
'Remark' => 'Remark'
];
......
......@@ -280,6 +280,7 @@ class SendPatchEdit extends Component
}
foreach ($dataArray as $row) {
$row["SNKEY"] = "'". $row["SNKEY"];
fputcsv($file, $row);
}
......
......@@ -30,7 +30,7 @@ class SendPatchIndex extends Component
'PID' => 'PID',
'PATCHNAME' => 'Patch Name',
'PDESC' => 'Description',
'MAJOR_VERSION' => 'Major Vaersion',
'MAJOR_VERSION' => 'Major Version',
'Remark' => 'Remark'
];
......
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