Skip to content

Commit

Permalink
Various fixes (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jan 15, 2019
1 parent 7ff1b1d commit 708acf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Template/Matchgrids/fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if($action == 'add' || $action == 'edit') {
print $this->Field->control('referenceid_start',
['default' => 1001]);

print $this->Field->control('referenceid-prefix',
print $this->Field->control('referenceid_prefix',
[],
false);
}

0 comments on commit 708acf6

Please sign in to comment.