Bug 23826: Correction for missing "F" -> "OVERDUE" change
When replacing F and FU with 'OVERDUE' + status in bug 22521 I missed the cases inside the maninvoice template. This patch should correct that mistake. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
8870bc334b
commit
9d33b82fe8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<label for="type">Type: </label>
|
||||
<select name="type" id="invoice_type">
|
||||
<option value="LOST">Lost item</option>
|
||||
<option value="F">Fine</option>
|
||||
<option value="OVERDUE">Fine</option>
|
||||
<option value="A">Account management fee</option>
|
||||
<option value="N">New card</option>
|
||||
<option value="M">Sundry</option>
|
||||
|
|
Loading…
Reference in a new issue