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:
Martin Renvoize 2019-10-16 16:21:46 +01:00
parent 8870bc334b
commit 9d33b82fe8
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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>