Bug 11760: In notices, output road type description rather than code
authorSophie Meynieux <sophie.meynieux@biblibre.com>
Fri, 14 Feb 2014 11:10:32 +0000 (12:10 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 17:26:55 +0000 (17:26 +0000)
commitb5d85741a7d297c70783a649ac00f26c82351a6f
tree67d990594832c77270d5d323b0b45718cb1a508d
parent3b7349e59005696094d5f7019583211140a355f0
Bug 11760: In notices, output road type description rather than code

Test plan :
  - Define a notice containing <<borrowers.streettype>>
  - Trigger an event that generate this notice

Without patch <<borrowers.streettype>> is replaced by ROADTYPE
authorised value code. With the patch it is resplaced by its
description

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
This works as described, passes tests and QA script.

Note: it seems it's not possible currently to use B_streettype from
the interface, but it might be worth adding it as a follow up for later
use.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Letters.pm