Skip to content

Commit

Permalink
Fix wrong SO
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Sep 24, 2019
1 parent 2102685 commit 1ff20da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/software.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ function rawSearchOptions() {
];

$tab[] = [
'id' => '50',
'id' => '64',
'table' => $this->getTable(),
'field' => 'template_name',
'name' => __('Template name'),
Expand Down
2 changes: 1 addition & 1 deletion inc/softwarelicense.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ function rawSearchOptions() {
];

$tab[] = [
'id' => '50',
'id' => '61',
'table' => $this->getTable(),
'field' => 'template_name',
'name' => __('Template name'),
Expand Down

0 comments on commit 1ff20da

Please sign in to comment.