http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14376
--- Comment #2 from M. Tompsett <[email protected]> --- Comment on attachment 40095 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40095 Bug 14376: Allow the librarian to choose a patron when entering a purchase suggestion. Review of attachment 40095: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14376&attachment=40095) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ +416,5 @@ > <td><input type="text" id="suggesteddate" > name="suggesteddate" size="10" maxlength="10" value="[% suggesteddate | > $KohaDates %]"/></td> > + <td> > + <div class="autocomplete"> > + <input autocomplete="on" id="findborrowersuggestion" > name="findborrowersuggestion" size="40" class="focus" type="text" [% IF ( > suggestedby_borrowernumber ) %] value="[% suggestedby_surname %], [% > suggestedby_firstname %] [% Branches.GetName( suggestedby_branchcode ) %] ([% > suggestedby_description %])" [% END %] > +value="" /> Shouldn't there be an [% ELSE %]? -- You are receiving this mail because: You are the assignee for the bug. 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/
