mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Hide merge icon on total lines
This commit is contained in:
parent
b81c2a9731
commit
ed303c712a
@ -669,6 +669,7 @@ class timesheet_ui extends timesheet_bo
|
|||||||
{
|
{
|
||||||
$readonlys["view[$row[ts_id]]"] = $readonlys["edit[$row[ts_id]]"] = $readonlys["delete[$row[ts_id]]"] = true;
|
$readonlys["view[$row[ts_id]]"] = $readonlys["edit[$row[ts_id]]"] = $readonlys["delete[$row[ts_id]]"] = true;
|
||||||
$readonlys["checked[{$row[ts_id]}]"] = true;
|
$readonlys["checked[{$row[ts_id]}]"] = true;
|
||||||
|
$readonlys["document[{$row[ts_id]}]"] = true;
|
||||||
if ($query['sort'] == 'ASC') $row['ts_start'] -= 7200; // fix for DSL change
|
if ($query['sort'] == 'ASC') $row['ts_start'] -= 7200; // fix for DSL change
|
||||||
switch($row['ts_id'])
|
switch($row['ts_id'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user