Bug 29049: (QA follow-up) Initialize uninitialized variable to prevent warning
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
adf2594c43
commit
10bb3dfdea
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
<th> </th>
|
||||
</tr>
|
||||
[%- SET first_priority = 0 -%]
|
||||
[%- SET found_holds = 0 -%]
|
||||
[%- SET last_priority = holds.last.priority -%]
|
||||
|
||||
[% BLOCK priority_dropdown %]
|
||||
|
|
Loading…
Reference in a new issue