Add the quick / direct writing ability
This commit is contained in:
parent
15ce1362e9
commit
26afef570a
28 changed files with 656 additions and 122 deletions
|
|
@ -160,6 +160,7 @@ class PlanAnalytic
|
|||
function header() {
|
||||
$res="";
|
||||
$a_plan=$this->get_list();
|
||||
if ( empty($a_plan)) return "";
|
||||
foreach ($a_plan as $r_plan)
|
||||
{
|
||||
$res.="<th>".$r_plan['name']."</th>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue