[Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 21 14:44:21 CEST 2013


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

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

--- Comment #12 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list