From 708acf69524d20507107f79ae53e4b1b0540c5f2 Mon Sep 17 00:00:00 2001 From: Benn Oshrin Date: Tue, 15 Jan 2019 16:10:18 -0500 Subject: [PATCH] Various fixes (NOJIRA) --- app/src/Template/Matchgrids/fields.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Template/Matchgrids/fields.inc b/app/src/Template/Matchgrids/fields.inc index e4d7afd38..d39a8e65b 100644 --- a/app/src/Template/Matchgrids/fields.inc +++ b/app/src/Template/Matchgrids/fields.inc @@ -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); }