Template error prevented chosen branch from being preselected after form submission.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
a8d2b44a4c
commit
4909b6d556
1 changed files with 5 additions and 1 deletions
|
@ -99,7 +99,11 @@
|
|||
|
||||
<select name="tobranchcd" id="tobranchcd">
|
||||
<!-- TMPL_LOOP Name="branchoptionloop" -->
|
||||
<option value="<!-- TMPL_VAR Name="code" -->" <!-- TMPL_VAR Name="selected" -->>
|
||||
<!-- TMPL_IF NAME="selected" -->
|
||||
<option value="<!-- TMPL_VAR Name="code" -->" selected="selected">
|
||||
<!-- TMPL_ELSE -->
|
||||
<option value="<!-- TMPL_VAR Name="code" -->">
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_VAR Name="name" -->
|
||||
</option>
|
||||
<!-- /TMPL_LOOP -->
|
||||
|
|
Loading…
Reference in a new issue