From ee5036c6326e5475200f959acb615b3c1bb7acde Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 28 Dec 2017 09:59:06 +0800 Subject: [PATCH] * fix error with zget. --- module/report/view/productsummary.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/report/view/productsummary.html.php b/module/report/view/productsummary.html.php index 4b317d3dbc..4becbd5de1 100644 --- a/module/report/view/productsummary.html.php +++ b/module/report/view/productsummary.html.php @@ -47,7 +47,7 @@ plans) ? count($product->plans) : 1;?> " . html::a($this->createLink('product', 'view', "product=$product->id"), $product->name) . "

";?> - " . $users[$product->PO] . '

';?> + " . zget($users, $product->PO) . '

';?> plans)):?> plans as $plan):?>