]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Jun 2014 10:52:43 +0000 (12:52 +0200)
commit7fbdda3e04fb675394746f9afbf680be34d641c7
tree51f58a013eca72e7ed6cf1c19ef602aa8c168a04
parentb612cbfc9cc47e41dbd37dc7e8e5986b8e735126
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>
(cherry picked from commit b5d85741a7d297c70783a649ac00f26c82351a6f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Letters.pm