|
Lines 185-191
Link Here
|
| 185 |
[% UNLESS lateorder.budget_lock %] |
185 |
[% UNLESS lateorder.budget_lock %] |
| 186 |
<input type="submit" value="Claim order" /> |
186 |
<input type="submit" value="Claim order" /> |
| 187 |
[% END %] |
187 |
[% END %] |
| 188 |
<input type="button" value="Save notes" id="savenotes"/> |
|
|
| 189 |
</p> |
188 |
</p> |
| 190 |
</form> |
189 |
</form> |
| 191 |
[% ELSE %]<p>There are no late orders.</p> |
190 |
[% ELSE %]<p>There are no late orders.</p> |
| 192 |
- |
|
|