Lines 849-854
Link Here
|
849 |
|
849 |
|
850 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
850 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
851 |
[% IF hold_cancellation %] |
851 |
[% IF hold_cancellation %] |
|
|
852 |
<label for="cancellation-reason">Cancellation reason:</label> |
852 |
<select name="cancellation-reason"> |
853 |
<select name="cancellation-reason"> |
853 |
<option value="">No reason given</option> |
854 |
<option value="">No reason given</option> |
854 |
[% FOREACH reason IN hold_cancellation %] |
855 |
[% FOREACH reason IN hold_cancellation %] |
855 |
- |
|
|