[Koha-bugs] [Bug 2919] New: For additem, auto-fill of barcode and date acquired fails

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Jan 20 22:36:43 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2919

           Summary: For additem, auto-fill of barcode and date acquired
                    fails
           Product: Koha
           Version: HEAD
          Platform: PC
               URL: /cgi-bin/koha/cataloguing/additem.pl?biblionumber=47
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Cataloging
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: joe.atzberger at liblime.com
         QAContact: koha-bugs at lists.koha.org


Neither the onblur event nor the "..." link populates the date-acquired and
barcode fields.  

Sometimes a js error like "Blurbarcode52251 is not defined" is given. 

The date acquired section has a script like:

<script type="text/javascript">
//<![CDATA[
function Blurdateaccessioned5883(index) {
//need this?
}

function Focusdateaccessioned5883(subfield_managed) {
  for (i=0 ; i<document.f.field_value.length ; i++) {
    if (document.f.tag[i].value == '0' && document.f.subfield[i].value == '0')
{
        if (document.f.field_value[i].value == '') {
            document.f.field_value[i].value = '2009-01-20';
        }
    }
  }
  return 0;
}

function Clicdateaccessioned5883(subfield_managed) {
}
//]]>
</script>
____________________

Note that some key functions are just empty.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list