diff --git a/module/personnel/view/invest.html.php b/module/personnel/view/invest.html.php
index 5eb291e263..49ca357588 100644
--- a/module/personnel/view/invest.html.php
+++ b/module/personnel/view/invest.html.php
@@ -28,7 +28,7 @@
+ config->URAndSR):?>
| story->activate;?> |
story->close;?> |
story->draft;?> |
story->completeRate;?> |
+
story->activate;?> |
story->close;?> |
story->draft;?> |
@@ -83,10 +87,12 @@
createLink('product', 'browse', 'product=' . $product->id), $product->name);?> |
+ config->URAndSR):?>
requirements['active'];?> |
requirements['closed'];?> |
requirements['draft'];?> |
requirements['closed'] / $totalRequirements, 3) * 100;?>% |
+
stories['active'];?> |
stories['closed'];?> |
stories['draft'];?> |
@@ -126,11 +132,11 @@
$(function()
{
$('#productTableList').on('sort.sortable', function(e, data)
- {
- var list = '';
+ {
+ var list = '';
for(i = 0; i < data.list.length; i++) list += $(data.list[i].item).attr('data-id') + ',';
$.post(createLink('product', 'updateOrder'), {'products' : list, 'orderBy' : orderBy});
- });
+ });
});