https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41764

            Bug ID: 41764
           Summary: Missing 'issn' in the form post of 'z3950_search.tt'
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Hello,

'issn' is missing in the following code field from 'z3950_search.tt':

                            <form method="post" action="z3950_search.pl"
id="page_form" name="page_form" class="checkboxed">
                                [% INCLUDE 'csrf-token.inc' %]
                                <input type="hidden" name="op" id="op"
value="cud-do_search" />
                                <input type="hidden" name="current_page"
id="current_page" value="[% current_page | html %]" />
                                <input type="hidden" id="title"  name="title"
value="[% title | html %]" />
                                <input type="hidden" id="isbn" name="isbn"
value="[% isbn | html %]" />
                                <input type="hidden" id="lccall" name="lccall"
value="[% lccall | html %]" />
                                <input type="hidden" id="controlnumber"
name="controlnumber" value="[% controlnumber | html %]" />
                                <input type="hidden" id="srchany"
name="srchany" value="[% srchany | html %]" />
                                <input type="hidden" id="author" name="author"
value="[% author | html %]" />
                                <input type="hidden" id="publicationyear"
name="publicationyear" value="[% publicationyear | html %]" />
                                <input type="hidden" id="subject"
name="subject" value="[% subject | html %]" />
                                <input type="hidden" id="dewey" name="dewey"
value="[% dewey | html %]" />
                                <input type="hidden" id="stdid" name="stdid"
value="[% stdid | html %]" />
                                <input type="hidden" name="biblionumber"
value="[% biblionumber | html %]" />
                                <input type="hidden" name="frameworkcode"
value="[% frameworkcode | html %]" />

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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