[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
Sun Jun 14 05:29:22 CEST 2015


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

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list