Skip to content

Commit

Permalink
#128 [TimeSpent] add: change default value for contact task selector
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Jan 27, 2023
1 parent c03bc80 commit 5fb0f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/timespent_month.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
$formproject->selectTasks($socid ? $socid : -1, $taskid, 'taskid', 32, 0, '-- '.$langs->trans('ChooseANotYetAssignedTask').' --', 1, 0, 0, '', '', 'all', $usertoprocess);
print '</div>';
print ' ';
print $formcompany->selectTypeContact($object, '', 'type', 'internal', 'rowid', 0, 'maxwidth150onsmartphone');
print $formcompany->selectTypeContact($object, 46, 'type', 'internal', 'rowid', 0, 'maxwidth150onsmartphone');
print '<input type="submit" class="button valignmiddle smallonsmartphone" name="assigntask" value="'.dol_escape_htmltag($titleassigntask).'">';
print '</div>';

Expand Down
2 changes: 1 addition & 1 deletion view/timespent_week.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
$formproject->selectTasks($socid ? $socid : -1, $taskid, 'taskid', 32, 0, '-- '.$langs->trans('ChooseANotYetAssignedTask').' --', 1, 0, 0, '', '', 'all', $usertoprocess);
print '</div>';
print ' ';
print $formcompany->selectTypeContact($object, '', 'type', 'internal', 'rowid', 0, 'maxwidth150onsmartphone');
print $formcompany->selectTypeContact($object, 46, 'type', 'internal', 'rowid', 0, 'maxwidth150onsmartphone');
print '<input type="submit" class="button valignmiddle smallonsmartphone" name="assigntask" value="'.dol_escape_htmltag($titleassigntask).'">';
print '</div>';

Expand Down

0 comments on commit 5fb0f6a

Please sign in to comment.