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

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
         Depends on|8435                        |
           Assignee|matthias.meusburger@biblibr |colin.campbell@ptfs-europe.
                   |e.com                       |com
         QA Contact|                            |koha.sek...@gmail.com

--- Comment #12 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
Hi Jonathan and Frederic,

could you please add some documentation about the use of the new fields? Also
the commit message states that 995... will be automatically filled. And this is
indeed hardcoded:

+    // Also prefilling 995$l
+    subfieldid = "subfield" + itemid.substr(4) + "l";
+    $("#" + subfieldid + " input[type='text']").val($("#serialseq" +
serialId).val());
+    // And prefilling for supplemental issue
+    $("#subfieldNEWl input[type='text']").val($("#serialseqNEW").val());
+

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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