[Koha-bugs] [Bug 14376] Allow the librarian to choose a patron when entering a purchase suggestion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 17 00:54:43 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14376

--- Comment #11 from Indranil Das Gupta <indradg at gmail.com> ---
Created attachment 40203
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40203&action=edit
(qa fix) fix tt_valid fail on 419

Line 419 in attachment 40181 introduced TT code into <input>
causing tt_valid qa tools fail. this patch fixes the issue.

Test plan
=========

1/ run koha qa test tools (with the first patch applies)
   it should fails on suggestion.tt

   FAIL    koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
   OK      forbidden patterns
   FAIL      tt_valid
        lines 419
   OK      valid_template

2/ apply this qa fix patch

3/ run koha qa tools again, this time the tt_valid test should clear

   OK    koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
   OK      forbidden patterns
   OK      tt_valid

   OK      valid_template

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list