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

Paul Poulain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Paul Poulain <[email protected]> ---
QA comment:

there's something strange when I apply the 2nd patch : I get:
            [% FOREACH b IN booksellers %]
llers %]
                   [% IF booksellerid == b.id %]
 b.id %]
       <option value="[% b.id %]" selected="selected">[% b.name %]</option>
/option>
                   [% ELSE %]
 ELSE %]
       <option value="[% b.id %]">[% b.name %]</option>
/option>

(yes, truncated code) does others have the same problem ?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to